Desktop Programming
|
MFC |
5 Jan 2002
Updated: 27 Jan 2002
Rating: 2.75/5
Votes: 5
Popularity: 1.92
Licence: Not specified
Views: 112,961
Bookmarked: 40
Downloaded: 2,783
Present a combo-box class that allows multiple checkbox bitmaps to be placed next to each item.
|
|
16 Jan 2002
Updated: 4 Jun 2002
Rating: 4.50/5
Votes: 5
Popularity: 3.15
Licence: Not specified
Views: 89,910
Bookmarked: 37
Downloaded: 2,045
This article show the creation of a simple HitChecking class that allow you to check the if an object in the plane has been hit. It uses the GDI API, implementing some of the region functions.
|
|
30 Aug 2002
Updated: 30 Aug 2002
Rating: 4.92/5
Votes: 71
Popularity: 8.99
Licence: Not specified
Views: 575,913
Bookmarked: 150
Downloaded: 25,153
This is a 2D racing game that uses a DirectX wrapper library. The game has single player and multiplayer support.
|
|
24 Jan 2002
Updated: 24 Jan 2002
Rating: 4.73/5
Votes: 20
Popularity: 6.05
Licence: Custom
Views: 258,505
Bookmarked: 88
Downloaded: 1,427
This article how to setup the remote debugging capatibilities of Visual C++ 6.0. With just a few steps and an extra machine (of course!) I´ll show how can you step into the OnPaint message handler.
|
Multimedia
|
DirectX |
30 May 2002
Updated: 31 May 2002
Rating: 4.80/5
Votes: 71
Popularity: 8.79
Licence: Not specified
Views: 542,670
Bookmarked: 156
Downloaded: 12,940
This is an introductory example of how to create a simple application using the DirectDraw library to produce some animation in fullscreen mode. It requires DirectX SDK 7 or greater to run.
|
|
5 Jan 2002
Updated: 4 Jun 2002
Rating: 4.92/5
Votes: 30
Popularity: 7.04
Licence: Not specified
Views: 388,831
Bookmarked: 76
Downloaded: 7,580
This "Space Invaders"-like game was originally writen in DirectX 6, but I've changed some things so that you can use it with the latest version of the DirecX SDK. It uses just the Windows API and DirectX library (no MFC here). Have fun!
|
Programming Languages
|
C# |
29 Jan 2006
Updated: 29 Jan 2006
Rating: 4.87/5
Votes: 18
Popularity: 5.99
Licence: Not specified
Views: 242,592
Bookmarked: 44
Downloaded: 887
This article shows how to create a custom pipeline component in BizTalk Server 2004. The component receives a zipped message, uncompresses it, and returns the .zip file contents to the BizTalk Server.
|
|
15 Mar 2003
Updated: 15 Mar 2003
Rating: 4.68/5
Votes: 137
Popularity: 9.90
Licence: Custom
Views: 1,194,836
Bookmarked: 321
Downloaded: 9,873
This article describes the process of inserting data in a DataSet and then submitting this changes to the database. It targets the issue when having IDENTITY/AutoNumber columns in the database.
|
|
23 Jan 2005
Updated: 23 Jan 2005
Rating: 4.93/5
Votes: 18
Popularity: 5.79
Licence: Not specified
Views: 66,232
Bookmarked: 51
Downloaded: 2,038
This is a tool created to compile all C# or VB.NET projects in a specified folder. It'll recurse into the subdirectories looking for projects to compile. It has a lot of options like those for changing the project's target folder and logging. Hope you find it handy!
|
|
15 Mar 2002
Updated: 29 May 2002
Rating: 4.89/5
Votes: 8
Popularity: 4.42
Licence: Custom
Views: 179,591
Bookmarked: 44
Downloaded: 3,762
This is a simple implementation of Pentominos, a puzzle game. The source code is written in C# and uses a lot of concepts about drawing and matrix handling. Hope you enjoy it !
|
XML |
31 Jan 2006
Updated: 31 Jan 2006
Rating: 4.92/5
Votes: 28
Popularity: 6.88
Licence: Not specified
Views: 290,879
Bookmarked: 40
Downloaded: 7
This article is a how-to guide to using SQL Server adapters in BizTalk Server 2004. It'll show how to configure the ports, messages, and orchestrations to use this BizTalk resource.
|
|
4 Feb 2006
Updated: 4 Feb 2006
Rating: 4.98/5
Votes: 14
Popularity: 5.54
Licence: Not specified
Views: 133,964
Bookmarked: 61
Downloaded: 1,682
In this article, I'll show you how to call web services asynchronously using Biztalk. We'll use two orchestrations and some concepts like port parameters and polarity inversion of a port.
|
Web Development
|
ASP.NET |
24 Jan 2005
Updated: 24 Jan 2005
Rating: 4.71/5
Votes: 28
Popularity: 6.50
Licence: Not specified
Views: 124,024
Bookmarked: 59
Downloaded: 922
Override the default implementention of client side validation of ASP.NET and modify the default functionality by adding focus to error fields and individual alerts for each invalid field
|