Learn how to use a for loop to loop through all of the images found on a web page and save them via the DownloadFile method of the WebClient object.


Learn how to use a for loop to loop through all of the images found on a web page and save them via the DownloadFile method of the WebClient object.
Hannes du Preez shows you how to make a small tool in VB.NET and C# to tint or gray scale your images.
It might be strange to find an entire article dedicated to the Clipboard object but the sad fact is people still do not know what the Clipboard object is, how to differentiate between copied information, and how to use it. Hannes du Preez demonstrates its proper use, to eliminate any remaining confusion.
Hannes du Preez take you through the steps to create a video slot game in VB.NET.
Programmers don't get much recognition and Microsoft understands that, which is why they've introduced Visual Studio Achievements. Visual Studio Achievements is a fun way to earn Achievement Badges that you can show off to your fellow employees or even your boss.
Learn how to use VB.NET to create your own Video Encoder.