Learn how to obtain an outside application's window handle, in order to manipulate that window from inside your program, using either VB.NET or C#.


Learn how to obtain an outside application's window handle, in order to manipulate that window from inside your program, using either VB.NET or C#.

Hannes du Preez shares a quick and dirty introduction to performance counters in both VB.NET and C#.
Sometimes it is necessary to prevent your monitor from going asleep while your program is active. Join Hannes du Preez as he shows you how to create a small program to prevent the monitor from going to sleep or the screensaver from popping up.
Hannes du Preez demonstrates how to print a Microsoft Access 2010 report from within your C# or VB.NET program.
Often the need to make use of a C# program's functionalities inside of a VB.NET program or vice versa arises. Usually a Class Library is created that exposes all of the necessary methods to the calling application. Hannes du Preez demonstrates how to use a C# Class Library from within a VB.NET project.
Join Hannes du Preez as he tackles the popular topic of how to create an application similar to Windows Explorer.