Sign in
|
Join
|
Help
in
Current Tags
Aggregated Feeds
Aggregated Feeds
(Entire Site)
SDT Community Server
SDT Forums, Blogs, Photos server.
Home
Blogs
Forums
Photos
Roller
Control Panel
This Blog
Home
Syndication
RSS
Atom
Recent Posts
Ajax PostBack Async Callback example
Control cross-thread accessibility class
Fixed Index Array
String Extension Collection for C#
Simple IFS Engine (Iterated function system).
Tags
.NET
.NET 1.0
.NET 1.1
.NET 2.0
.NET 3.0
.NET 3.5
.NET CF
.NET development
.NET Framework
.NET, All Topics, C#
.NET, C#
ADO.NET
Advanced
Ajax
All Topics
All Topics, .NET, C#
All Topics, MFC/C++, C#, ASP.NET, .NET, VB.NET
Arch
Architect
Architects
Architecture
ASP
ASP.NET
ASP.NET, .NET, VB.NET, C#, MFC / C++, All Topics
ASP.NET, All Topics
ASP.NET, All Topics, .NET, C#
ASP.NET, C#, .NET, VB.NET, MFC / C++, All Topics
ASP.NET, C#, .NET, VB.NET, MFC/C++, All Topics
Beginner
C
C#
C# 1.0
C# 2.0
C# 3.0
C++
C++/CLI
CEO
COM
CPU
CSS
DBA
Design
Dev
Developers (general)
Development
DotGNU
GDI+
HTML
Intermediate
Javascript
LINQ
MFC
MFC / C++, All Topics
MFC/C++, All Topics
Microsoft Office 2007
Mono
NT4
Office developers
Office Programmability
Office solutions development
QA
Silverlight
SQL
SQL 2000
SQL 2005
SQL CE
SQL Server
SysAdmin
Technical article
VB
VB 6
VB 7.x
VB 8.0
VB 9.0
VB.NET, All Topics, .NET
VC6
VC7
VC7.1
VC8.0
Vista
Visual Basic
Visual Studio
Visual Studio 2005
VS
VS.NET2002
VS.NET2003
VS2005
VS2008
VS6
WebForms
Win2003
Win2K
Win32
Windows
WinForms
WinXP
WPF
XAML
XHTML
XML
Archives
November 2008
(191)
October 2008
(325)
September 2008
(330)
August 2008
(263)
July 2008
(343)
June 2008
(288)
May 2008
(279)
April 2008
(358)
March 2008
(452)
February 2008
(383)
January 2008
(445)
December 2007
(346)
November 2007
(305)
October 2007
(322)
September 2007
(395)
August 2007
(480)
July 2007
(386)
June 2007
(487)
May 2007
(531)
April 2007
(410)
March 2007
(459)
February 2007
(435)
January 2007
(800)
December 2006
(680)
November 2006
(70)
October 2006
(8)
May 2005
(14)
Aggregated Feeds
Browse by Tags
All Tags
»
C++
(
RSS
)
.NET
.NET 1.0
.NET 1.1
.NET 2.0
.NET 3.0
.NET 3.5
.NET CF
.NET development
.NET Framework
ADO
ADO.NET
Advanced
Ajax
Arch
Architect
Architects
Architecture
ASM
ASP
ASP.NET
ATL
Beginner
C
C#
C# 1.0
C# 2.0
C# 3.0
C++/CLI
CEO
COM
COM+
CPU
CSS
DBA
Design
Dev
Developers (general)
Development
DirectX
eVC 4.0
F#
GDI
GDI+
HTML
Integration
Intermediate
Javascript
Marketing
MFC
NT4
Office
OpenGL
QA
SQL
SQL 2000
SQL 2005
SQL Server
STL
SysAdmin
TabletPC
Technical article
UML
VB
VB 6
VB 7.x
VB 8.0
VB 9.0
VBScript
VC6
VC7
VC7.1
VC8.0
VC9.0
Vista
Visual Studio
VS
VS.NET2002
VS.NET2003
VS2005
VS2008
VS6
Web Services
Win Mobile
Win2003
Win2K
Win32
Win64
WinCE
Windows
Windows Forms
Windows Server 2003
WinMobile2003
WinMobile5
WinMobile6
WinXP
WPF
WTL
XHTML
XML
XSLT
A simple console Audio input device reader
How to read audio input devices in DirectX Read More...
Posted
Nov 17 2008, 10:57 PM
by
The Code Project Latest Articles
Filed under:
C++
,
C
,
C++/CLI
,
VC9.0
Use Command Pattern for Handling Queued Jobs in a Multi-threaded Environment
This is an article on how to use command pattern in a multi-threaded environment where jobs are queued for execution. With this, the thread scheduling using basic synchonizing methods, semaphores and mutex is also described. Read More...
Posted
Nov 16 2008, 01:32 AM
by
The Code Project Latest Articles
Filed under:
Windows
,
C++
,
.NET
,
Dev
,
Beginner
,
.NET 2.0
,
Win32
Using PostgreSQL in your C# (.NET) application (An introduction)
In this article, I would like to show you step by step how to use this fantastic database in your C# application. Read More...
Posted
Nov 15 2008, 09:01 PM
by
The Code Project Latest Articles
Filed under:
C++
,
SQL
,
Intermediate
,
Dev
,
VC8.0
,
VC6
,
VC7
,
VC7.1
SpyNet - An Application Specific Keylogger.
An Application Specific Keylogger. Read More...
Posted
Nov 15 2008, 06:21 PM
by
The Code Project Latest Articles
Filed under:
Windows
,
C++
,
Advanced
Diffie-Hellman Key Exchange Example
An example of how an encryption key can be shared by two users using the Diffie-Hellman key exchange approach. Read More...
Posted
Nov 14 2008, 11:21 PM
by
The Code Project Latest Articles
Filed under:
Windows
,
Visual Studio
,
C++
,
Intermediate
,
Dev
,
WinXP
,
Win2003
,
Win2K
,
VC7.1
,
VS.NET2003
,
MFC
Task Manager for Windows Mobile and Windows CE
Source code for writing your own Task Manager for Windows Mobile or Windows CE based devices Read More...
Posted
Nov 12 2008, 03:02 AM
by
The Code Project Latest Articles
Filed under:
C#
,
C++
,
COM
,
.NET
,
C# 2.0
,
Advanced
,
.NET 3.5
,
Win Mobile
Would you, please, take your eyes OFF my sensible data?!
A C++ namespace, non-ATL yes-MFC dependent, to encrypt/decrypt data in a form of a byte array, using a symmetric algorithm, OR, how to keep an eye in your sensible data, and the other (better yet, both) in a beautiful lady... Read More...
Posted
Nov 11 2008, 02:25 PM
by
The Code Project Latest Articles
Filed under:
Windows
,
C++
,
Dev
,
Beginner
,
WinXP
,
VC7.1
,
MFC
Email to Phone
Access email by phone and set automatic phone call whenever specified emails arrive Read More...
Posted
Nov 11 2008, 09:06 AM
by
The Code Project Latest Articles
Filed under:
Windows
,
XML
,
C++
,
ASP.NET
,
ASP
,
COM
,
Intermediate
,
Dev
,
Beginner
,
Advanced
,
WinXP
,
Vista
,
Win2003
,
Win2K
,
MFC
,
SysAdmin
,
COM+
,
Architect
,
Marketing
,
Sales
Overhauser (Catmull-Rom) Splines for Camera Animation
An introduction to Overhauser splines from the perspective of a game writer, with C++ sample code Read More...
Posted
Nov 11 2008, 02:38 AM
by
The Code Project Latest Articles
Filed under:
Windows
,
C++
,
Dev
,
Beginner
,
GDI+
,
WinXP
Use the Free USkin Toolkit to Skin your Application
USkin provides a free library and tools to developers for easily adding skins to their software UI. Read More...
Posted
Nov 11 2008, 01:24 AM
by
The Code Project Latest Articles
Filed under:
Windows
,
Visual Studio
,
C#
,
C++
,
.NET
,
Intermediate
,
Dev
,
WinXP
,
Win2K
,
VC6
,
VC7
,
NT4
,
MFC
An Anti-Reverse Engineering Guide
A look into what goes into the area of preventing reverse engineering and gives developers some functions and ideas about preventing reversing engineering of their program. Read More...
Posted
Nov 10 2008, 11:28 AM
by
The Code Project Latest Articles
Filed under:
Windows
,
Visual Studio
,
Design
,
C++
,
C
,
Intermediate
,
Dev
,
Advanced
,
WinXP
,
Win32
,
VS2008
,
Vista
,
VS2005
,
Win2003
,
VC8.0
,
VC6
,
C++/CLI
,
VC7
,
VC7.1
,
VS.NET2003
,
CEO
,
SysAdmin
,
Win64
,
ASM
,
Architect
,
Marketing
,
Sales
Creating a folder recursively
Recursively create a folder (Eg: "C:\My folder\Level2\Level3\Level4") Read More...
Posted
Nov 08 2008, 01:21 PM
by
The Code Project Latest Articles
Filed under:
Windows
,
C++
,
C
,
Beginner
,
VC8.0
,
VC6
,
VC7
,
VC7.1
,
VC9.0
TetroGL: An OpenGL Game Tutorial in C++ for Win32 platforms - Part 3
Learn how to draw text and handle the states of your game. Read More...
Posted
Nov 08 2008, 06:54 AM
by
The Code Project Latest Articles
Filed under:
Windows
,
Visual Studio
,
Design
,
C++
,
Intermediate
,
Dev
,
Win32
,
OpenGL
Recursion Primer Using C++: Part 2
An introduction to Recursion using C++, Part 2. Read More...
Posted
Nov 08 2008, 03:04 AM
by
The Code Project Latest Articles
Filed under:
C++
,
Intermediate
,
Dev
,
Architect
Handling non american characters UTF8 with MSVCpp 2005
This article describes how to handle streams of non english language Read More...
Posted
Nov 07 2008, 07:48 AM
by
The Code Project Latest Articles
Filed under:
Windows
,
Visual Studio
,
C++
,
C
,
Dev
,
Beginner
,
VS2005
,
VC8.0
,
VC6
,
C++/CLI
,
VC7
,
VC7.1
XMessageBox - A reverse-engineered MessageBox()
A reverse-engineered MessageBox() that includes custom checkboxes. Read More...
Posted
Nov 07 2008, 07:35 AM
by
The Code Project Latest Articles
Filed under:
Windows
,
Visual Studio
,
C++
,
Intermediate
,
Dev
,
WinXP
,
Vista
,
VS2005
,
MFC
,
VS6
Yet another transparent clock which supports custom skin
A clock, with transparent background, support add custom skins Read More...
Posted
Nov 05 2008, 05:32 PM
by
The Code Project Latest Articles
Filed under:
Windows
,
C++
,
Dev
,
Beginner
,
GDI+
,
WinXP
,
Win32
,
Vista
,
Win2003
,
VC8.0
,
Win2K
,
VC6
,
VC7
,
VC7.1
Running process without security warning in IE7
How to prevent a security warning in IE7 such as "A unknown program wants to visit your computer", or "A website wants to open web content using this program on your computer". Read More...
Posted
Nov 05 2008, 01:58 PM
by
The Code Project Latest Articles
Filed under:
Windows
,
Visual Studio
,
C++
,
C
,
Dev
,
Beginner
,
VS2008
,
Vista
,
VS2005
,
VC8.0
,
VC6
,
C++/CLI
,
VC7
,
VC7.1
,
VS.NET2003
,
VS.NET2002
,
VS6
Color CButton, CEdit and CDialog using CAdvancedComponent
Using CAdvancedComponent to change background, foreground and other colors on CButton, CEdit and CDialog Read More...
Posted
Nov 04 2008, 03:48 PM
by
The Code Project Latest Articles
Filed under:
Windows
,
Visual Studio
,
C++
,
Intermediate
,
Advanced
,
VC8.0
,
VC6
,
VC7
,
VC7.1
XProgressWnd - A Popup Progress Window with optional AVI and time
XProgressWnd is a popup progress window that display a progress control and optional AVI animation and estimated time left, without requiring a dialog resource. Read More...
Posted
Nov 04 2008, 10:36 AM
by
The Code Project Latest Articles
Filed under:
Windows
,
Visual Studio
,
C++
,
Intermediate
,
Dev
,
WinXP
,
Vista
,
VS2005
,
MFC
,
VS6
Windows Live Messenger Plugin Development Bible
Article explaining several Win32 reverse engineering techniques applied to Live Messenger research and plug-in development. Read More...
Posted
Nov 04 2008, 05:58 AM
by
The Code Project Latest Articles
Filed under:
Windows
,
Visual Studio
,
C++
,
COM
,
Intermediate
,
Dev
,
Beginner
,
Win32
,
VS2005
,
VC8.0
,
GDI
,
ASM
4-Way LinkedList
This linked list allows to connect a node with 4 adjacent nodes and thus showing how to a node can be navigated in multiple direction Read More...
Posted
Nov 03 2008, 08:06 PM
by
The Code Project Latest Articles
Filed under:
Windows
,
C++
,
Intermediate
,
Dev
,
WinXP
,
Vista
,
VC6
,
Architect
Replacing ICON resources ine .exe .dll files
Easy example of how to read a .ico file and how to replace an icon resource Read More...
Posted
Nov 03 2008, 06:34 PM
by
The Code Project Latest Articles
Filed under:
Windows
,
C++
,
COM
,
C
,
Intermediate
,
Dev
,
Advanced
,
WinXP
,
Win32
,
VC6
,
VC7
,
VC7.1
,
MFC
,
Architect
Simple HTTP Proxy with ACE Library
An article on how to build simple HTTP proxy server Read More...
Posted
Nov 03 2008, 02:38 AM
by
The Code Project Latest Articles
Filed under:
C++
,
C
,
Intermediate
,
VC8.0
,
VC6
,
C++/CLI
,
VC7
,
VC7.1
Highly Optimized Advanced Encryption Standard (AES) Library
Highly Optimized Advanced Encryption Standard (AES) Library Read More...
Posted
Oct 30 2008, 10:26 PM
by
The Code Project Latest Articles
Filed under:
Windows
,
C++
,
C
,
Dev
,
Beginner
,
Win32
,
VC8.0
,
VC6
,
C++/CLI
,
VC7
,
VC7.1
Creating a gSoap eBay Client Application with Visual C++ 2008
Implement a gSOAP interface to eBay using Visual C++ 2008. Read More...
Posted
Oct 29 2008, 12:42 AM
by
The Code Project Latest Articles
Filed under:
Windows
,
C++
,
Dev
,
Beginner
,
VC9.0
MultiSelection TreeControl
This tree control allows the user to select multiple tree items and enable selection through rubber banding Read More...
Posted
Oct 28 2008, 02:46 PM
by
The Code Project Latest Articles
Filed under:
Windows
,
C++
,
C
,
Intermediate
,
Dev
,
WinXP
,
Win32
,
Vista
,
VC8.0
,
VC6
,
C++/CLI
,
VC7
,
VC7.1
Robust MD5 Digest Extended Stored Procedure for Microsoft SQL Server 2000
MD5 Digest XSP with Error Trapping and full Unicode support, in and out Read More...
Posted
Oct 27 2008, 12:07 PM
by
The Code Project Latest Articles
Filed under:
Windows
,
Design
,
C++
,
SQL
,
SQL Server
,
C
,
Dev
,
VC8.0
,
VC6
,
VC7
,
VC7.1
,
DBA
,
SQL 2000
,
Architect
A simple console DirectShow player
How DirectShow can be used to play a video in console mode Read More...
Posted
Oct 27 2008, 04:54 AM
by
The Code Project Latest Articles
Filed under:
Windows
,
C++
,
DirectX
,
Dev
,
Vista
,
VC8.0
,
VC6
,
VC7
,
VC7.1
,
VC9.0
,
QA
How to compile MFC code in Visual C++ Express
How to compile your existing MFC code in Visual C++ Express Read More...
Posted
Oct 26 2008, 04:23 PM
by
The Code Project Latest Articles
Filed under:
Visual Studio
,
C++
,
C
,
VS2008
,
VS2005
,
VC8.0
,
VC6
,
VC7
,
VC7.1
,
MFC
,
VS6
More Posts
Next page »
Copyright SDT, 2006-2009. All rights reserved.