Follow along and learn how to display the DOS command prompt inside a VB form.
Latest VB Shell Articles
File Verbs - EXE System Shortcut Menu Items
Do the verbs of a file, like Run as administrator, and Pin to Taskbar.
A First Look at Visual Studio 2008 Shell
See what Visual Studio 2008 Shell has to offer and how it can help you.
Creating PowerShell Cmdlets in VB 2005
Windows PowerShell not only offers a powerful shell and scripting language, but also an easily extensible interface. Here, you will learn that it is relatively simple to extend the shell and language by creating custom cmdlets.
Enhancing the SHBrowseForFolder API Function
Extend the functionality that was given in the MSDN Knowledge Base article Q179497 "HOWTO: Select a Directory Without the Common Dialog Control". (Added: 22-Feb-2000)
Locating Desktop Icon Positions using Memory Mapped Files
Learn how to manipulate the desktop using Windows memory-mapped files. (Added: 9-Jun-1999)
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.

Creating Visual Basic String Enums
With just a few lines of code, you can have a quick way to make an Enum accept String values instead of an ordinary named constant.
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.