Learn how you can use Visual Basic to make a program that mounts ISO files.
Latest VB Controls Articles
Visual Studio Tools to Help You Code Faster
Learn about some of Visual Studio's newer tools to make your coding and debugging a bit more productive.
Getting Drive information with Visual Basic
Learn the complicated way of getting disk information from your computer.
Owner Drawn Comboboxes, Listboxes, and Menus in Visual Basic
This article will provide you with enough background to be able to use the Owner draw methods to add more spice to your controls.
Creating an RGB HSB Scroller for Color Editing
Investigate how to make a color scroller, because it is sometimes very difficult getting the precise color combination.
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.
Latest CodeGuru Developer Columns
C++ Exception Handling: How to Handle Exceptions in C++
Learn to implement exception handling mechanism in C++.

Integrating Maps into Your UWP App
Look at what can be done with mapping in a UWP (Universal Windows Platform) app.

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.