Code Project - All Catagories

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

Show/hide elements dynamically in web page

Sun, 02/05/2012 - 21:56
Show/hide elements dynamically in web page

How does it work in C#? - Part 1

Sun, 02/05/2012 - 19:59
How does var, auto implemented properties and += or -= of events work in C# programming language.

The SQL Server Rand Function

Sun, 02/05/2012 - 12:17
Reproducing the SQL RAND() function in C#

Integrating Crash Reporting into Your Application - A Beginners Tutorial

Sun, 02/05/2012 - 09:32
This article shows how to use CrashRpt error reporting library with an MFC application

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

Sun, 02/05/2012 - 08: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, 02/05/2012 - 08: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, 02/05/2012 - 08: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, 02/05/2012 - 08:38
Step by step guide on building your first email application with the file system watcher

Test your SerialPort(rs232) cable

Sun, 02/05/2012 - 08:06
Test your SerialPort(rs232) cable

Zipping using System.IO.Compression

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

Optimizing object size by clustering

Sun, 02/05/2012 - 08:00
Optimizing object size by clustering

How to replace a color in an HBITMAP

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

The heck of vector of bool specialization

Sun, 02/05/2012 - 07:40
A glance around vector of bool-type

Setting memory allocation break point in watch window

Sun, 02/05/2012 - 07:29
Memory leak detection in VC++

WP7 FloodFill in Texture2D using Scan line Stack Algo

Sun, 02/05/2012 - 07:26
WP7 FloodFill in Texture2D using Scan line Stack Algo

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

Sun, 02/05/2012 - 07: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, 02/05/2012 - 07: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, 02/05/2012 - 06:19
Program to inventory directories and tally files

Getting Started with IndexedDB

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

MVC Grid to Excel file download

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