Learn how to restart programs easily.
Latest IDE & Language Articles
Creating Dynamic Assemblies and Running Dynamic Code in VB
Pick up the basics of how to create dynamic assemblies and how to run dynamic code.
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.
What to Expect in Visual Basic in Windows 10
Come see some of the exciting and useful new features that will be available with Visual Basic 14 and Windows 10.
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.

Web Developers: Are Your Sites Using HTTPS?
Web sites that need certificates, the secure ones running under HTTPS, are quickly becoming the standard. Get ready to use certificates.

Building a Conversation Bot
Learn about the Microsoft Bot Framework, and how to craft a conversation bot.

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.