Learn how to restart programs easily.
Latest Miscellaneous Articles
Using WndProc to Override Mouse Functions
Learn how to use the simple, yet powerful, WndProc command and its associated methods to override various window and mouse functions.
Using StackFrame and MethodBase to Determine Message Callers
By using classes such as StackTrace and MethodBase, you can easily find out message calling information.
Operator Overloading in Visual Basic
Learn about Operator overloading in Visual Basic and how to employ overloading in your programming.
Working with External Window Handles in Visual Basic
Visual Basic gives you plenty of tools to work with external windows. Here, we manipulate Notepad.
Creating your own Tetris game with VB.NET - Part 3
In this part of my series, I am going to cover the whole creation of all the shapes, and the game playing methods.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.
A Tipple with a Tuple
Fear not, Tuple lovers. This much-maligned data type is still in use today.

Manipulating Excel Data with Visual Basic
Discover how to work productively with Excel Worksheets within Visual Basic.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.