I am trying to make my app take a screenshot, and save it to a file! Ive read several places on how to do this in VB.Net, but for some reason, I havent been able to do what I want, which is the following.

You start the program, and hit "go".. the program then minimizes.. When the user hits the PrintScreen key, the program should intercept it, and save the screenshot to a file and preview it in an picturebox.

Maybe this is impossible and I have to do it another way, just thought I would check it!

Cheers!