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 CodeGuru Developer Columns
Understanding the C++ Utility Components in the C++ Standard Library
Learn more about a few commonly used components and explore their utility and usages.

Top Programming Languages to Use for .NET Development
Take a look at some of the most popular languages to use within the .NET paradigm.

Using Common Visual Basic Maths Conversion Functions—Imperial to Metric
When you need to convert imperial to metric and vice versa, here are some formulas to keep on hand.
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.