Latest Articles from The Code Project

Syndicate content The Code Project Latest Articles
Latest Articles from The Code Project
Updated: 23 hours 57 min ago

Quickly check whether C++ template instances have the same parameters

Sun, 2012-02-05 15:42
How to check whether two template instances of a C++ class have the same template parameters without using dynamic_cast

Attaching a Console to a WinForms application

Sun, 2012-02-05 15:41
How to have a real console window as well as your forms

How to prevent Re-Post action caused by pressing browser's Refresh button

Sun, 2012-02-05 15:39
Simple Web User Control prevents unexpected action caused by Refresh Button

Step by step guide on building your first email application with the file system watcher

Sun, 2012-02-05 15:38
Step by step guide on building your first email application with the file system watcher

Zipping using System.IO.Compression

Sun, 2012-02-05 15:06
This post shows how to create a zip package using System.IO.Compression

How to replace a color in an HBITMAP

Sun, 2012-02-05 14:59
Replacing a color by another in transparent bitmaps.

What are TCHAR, WCHAR, LPSTR, LPWSTR, LPCTSTR (etc.)?

Sun, 2012-02-05 14:25
Many Windows C++ programmers get confused over what bizarre data type identifiers like TCHAR and LPCTSTR are. Here, in brief, I will try to clear out the fog.

Strongly Typed Sub-Lists Which Modify Their Parent List (No Events)

Sun, 2012-02-05 14:19
Generic list wrapper that returns a smaller strongly typed sub-list which modifies the parent-list when changed, without using events

File Inventory and Statistics

Sun, 2012-02-05 13:19
Program to inventory directories and tally files

Getting Started with IndexedDB

Sun, 2012-02-05 13:11
The article describes what is HTML5 IndexedDB API and how to use it.

MVC Grid to Excel file download

Sun, 2012-02-05 11:46
Convert the results of a ASP.NET MVC grid to a downloadable Excel file

VBA Extend

Sun, 2012-02-05 07:05
Format, add line numbers, error handler and expose some dot Net library to VBA

A Very Simple Example of Data Binding in WPF

Sun, 2012-02-05 03:33
This is a very simple example of data binding between two controls in WPF.

Customize Window System Menu in WPF

Sun, 2012-02-05 03:26
The article describes how to customize default System Menu in WPF

Print complex script text through serial port from Windows Mobile system

Sun, 2012-02-05 03:25
This trick is about how to print complex script text (Arabic, Farsi, Chinese, Japanese, Hebrew, Thai) through serial port from Windows Mobile system.