Articles Written by Hannes Du Preez

Preventing Your Monitor from Going to Sleep with Visual Studio 2012

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.

Calling a C# DLL from VB.NET

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.

A Quick Way to Add AutoComplete to a VB.NET 2012 TextBox

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...

Go Deeper

Most Popular Programming Stories

More for Developers

Latest Developer Headlines

RSS Feeds