Use the code provided to determine when a USB Thumb drive or other USB-based storage media is plugged in or removed.
Latest User Interface Articles
XAML Changes to Support Universal Windows Platform in Windows 10
Be prepared! Learn about the XAML changes coming in Windows 10.
Developing Apps in 2014: Goodbye Desktop. Goodbye Notebook, Goodbye Slate, Goodbye Phone...
It is unlikely phones and slates will go away; however, it is likely that you’ll be saying hello to a slew of other computing devices that you might not have thought about in the past.
4 Days Until Win 8: Show Me the Money
There are several ways to make money from a Windows Store App on Windows 8. One way is with Ads.
7 Days Until Windows 8: Make Sure You Can Touch Windows 8
As you look to building applications for Windows 8, another area that you can't be forgetting is touch. While Windows 7 supported touch, Windows 8 really brings it to life.
8 Days Until Windows 8: Don't Forget Snapping and Filling
Thinking about building a Windows 8 Store application? Learn how to apply Fill and Snap easier.
Latest CodeGuru Developer Columns
C++ Exception Handling: How to Handle Exceptions in C++
Learn to implement exception handling mechanism in C++.

TypeScript for the C# Developer
Learn about TypeScript: what it is, and its type system.

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.