Create your own Thumbnail Taskbar Toolbar for your applications.
Latest Icons Articles
Overriding Disabled Control Properties with Visual Basic
Discover how to change the default behaviour of an object when that object has been disabled.
Working with Desktop Icons from Visual Basic
Become proficient at dynamically running various Desktop icons and do some assorted Desktop functions from your VB program.
Uploading an Image and Creating a Thumbnail in ASP.NET
Follow these simple steps to let users upload image files and display them as thumbnails in ASP.NET.
VB DeskTop Icon Restorer Ver 3.02 Win95+98 Only
Create a desktop handling program that allows you to save/restore icon positions, change resolutions, and much more. Windows 95/98 only. (Added: 6-Aug-1999)
Latest CodeGuru Developer Columns
C++ Exception Handling: How to Handle Exceptions in C++
Learn to implement exception handling mechanism in C++.

TypeScript for the C# Developer
Learn about TypeScript: what it is, and its type system.

Detecting a Touchscreen in Visual Basic
Learn how to detect if a touchscreen is available on the device running your application. You'll also see how to display a touch-enabled keyboard!
Using C# 7 Pattern Matching
Take advantage of pattern matching to check for patterns in your code, improve performance, and simplify your code.