Discover how easy it is to create an ad rotator, but for a Windows form, without any Web controls.
Latest Forms & Controls Articles
Visual Basic: Creating a Thumbnail Toolbar for Your Windows Taskbar
Create your own Thumbnail Taskbar Toolbar for your applications.
Overriding Disabled Control Properties with Visual Basic
Discover how to change the default behaviour of an object when that object has been disabled.
Creating a Tic Tac Toe Game in Visual Basic
Create a Tic Tac Toe game with Visual Basic. I hope you will agree on how easy it is to do.
Getting Started with Visual Basic: Your First Visual Basic Program for the Desktop
Visual Basic is one of the friendliest programs around, and so it's easy to start coding with it.
Working with Desktop Icons from Visual Basic
Become proficient at dynamically running various Desktop icons and do some assorted Desktop functions from your VB program.
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.

Adding Camera Support to Universal Windows Platform Apps
With a UWP app, you can design for specific input modes and devices. Learn to control a camera from one.
Using C# 7 Pattern Matching
Take advantage of pattern matching to check for patterns in your code, improve performance, and simplify your code.