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!
Latest Keyboard 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.
Making an Onscreen Keyboard
Onscreen keyboards are practically everywhere. Now, they can be in your Visual Basic programs as well.
On Screen Keys
Discover how to make an on-screen keyboard.
SendKeys
The existing SendKeys class does not have a managed way to activate an external application. MSDN recommends that you should use the FindWindow and SetForegroundWindow APIs. However, this alone does not ensure that the desired application will have keyboard focus while the keys are being sent. This replacement module sends keys directly to the specified window without error.
Managing Low-Level Keyboard Hooks with the Windows API for VB .NET
Learn to capture and react to keyboard presses by your users. Paul discusses hooking into keyboard information using the Windows API and Visual Basic .NET.
Latest CodeGuru Developer Columns
C++ Exception Handling: How to Handle Exceptions in C++
Learn to implement exception handling mechanism in C++.

Migrating to ASP.NET Core 2.0
Here's a checklist to prepare for upgrading from ASP.NET Core 1.1 to 2.0.

Creating .NET Framework 4.7 Apps with Visual Studio 2017
Microsoft released .NET Framework 4.7 earlier this year. Let's find out what you can do with it!
Programming Devices and Activities from the Microsoft Graph APIs
With Microsoft's new Project Rome, the user experience across all platforms (Windows, iOS, or Android) will be seamless among different hardware.