print screen app

Print Screen Application in VB.NET

Submitted by donbermoy on
This is a simple tutorial but also a very useful one as it gets the print screen effect and will put it on the picturebox. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2. Next, add a picturebox and a timer on the form. 3. Now, we will do the coding. First, we will just code for the ticking event of our timer.