Hannes du Preez shares a quick and dirty introduction to performance counters in both VB.NET and 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.
The question has been asked whether or not it was possible to have a textbox that can be automatically filled in with the previous URL history, similar to what can be found in any decent web browser. And the answer is...