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.

Reading Stack Overflow Information
The Stack Overflow site has useful tools. Use C# to access them more readily.

Using SQL Common Table Expressions to Improve VB Queries
Using SQL commands through your Visual Basic programming isn't difficult once you understand the basics.

Load Testing: SLA First
Here are some guidelines to make implementing load testing easier and more likely to be well received by your team.