Skip navigation.
Home

The Code Project Latest Updates

Syndicate content The Code Project
Latest Articles from The Code Project
Updated: 12 min 12 sec ago

Windows Ribbon for WinForms, Part 9 – Changing Ribbon Colors

58 min 22 sec ago
In this article I'll present how to change the ribbon colors.

DataGridVewTextBoxCell with Span Behaviour

2 hours 2 min ago
DataGridViewTextBoxCell derived cell that can be merged with cells of the same type

Recursion, Stacks and Queues

10 hours 28 min ago
An Article that hopes to Function as a Primer for Algorithms

generic_ptr and it's generator

15 hours 54 min ago
generic object wrapper for delayed type selection.

How the Windows built-in watchdog infrastructure can monitor performance counters and trigger alerts.

Tue, 2010-03-09 23:00
Use the new PLA interface to monitor performance counters and triggers Alerts.

Marshaling with C# - Chapter 3: Marshaling Compound Types

Tue, 2010-03-09 20:42
Learn how to marshal compound types (structures, unions, etc.) with C#.

WPF PropertyGrid - MVVM techniques

Tue, 2010-03-09 20:37
How to build a multicolumn ListView that selects cell templates based on the row data type; and how to create a ViewModel on the fly for each cell template.

Marshaling with C# - Chapter 2: Marshaling Simple Types

Tue, 2010-03-09 20:30
Learn how to marshal simple data types with C#.

Marshaling with C# - Chapter 1: Introducing Marshaling

Tue, 2010-03-09 20:25
Introduction to marshaling.

ASP.NET Multipage TIFF Viewer with Thumbnails

Tue, 2010-03-09 19:59
ASP.NET Multipage TIFF Viewer with Thumbnails

Calendar Gadget using Qt framework

Tue, 2010-03-09 19:50
A very simple calendar to be displayed on your desktop similar with a Vista or Windows 7 gadget but works also for Windows XP..

Windows Ribbon for WinForms, Part 8 – ComboBox

Tue, 2010-03-09 17:30
In this article I'll present how to use the ribbon combo box control.

PlantUML Editor: A fast and simple UML editor using WPF

Tue, 2010-03-09 16:28
A WPF smart client to generate UML diagrams from plain text using plantuml tool

Wobbly Menu - An Inspiration from iPhone

Tue, 2010-03-09 13:53
iPhone like menu system and wobbly re-arrangement technique with a useful sample application

SQL SERVER – Order of Columns in Update Statement Does not Matter

Tue, 2010-03-09 13:37
SQL SERVER – Order of Columns in Update Statement Does not Matter

WPF custom ListBox with scrollbar on the background.

Tue, 2010-03-09 06:57
This article explains how to create a ListBox in WPF with the scrollbar in the background and auto-scrolling functionality when hovering over the control ends.

Functional Java

Tue, 2010-03-09 05:20
Functional programming with functors and object streams in Java

XML: Include a Flexible Parser in Your C++ Applications

Tue, 2010-03-09 05:00
Free, portable, compiler-independent XML library in C++

Tab Control with Correct Bottom Theming in .NET

Tue, 2010-03-09 03:49
How to correctly draw the .NET Tab control with bottom tabs and visual styles enabled

BigInt

Tue, 2010-03-09 03:36
A general-purpose unbounded integer implementation