Hello,

I ran a few searches on the forum on how to do screenshots. That part is working fine, but how would you save the screenshot to the C:\ ??

So far I have:

VB Code:
  1. Form1.Picture1.Picture = Clipboard.GetData()
  2. SavePicture Clipboard.GetData, "C:\snap\six.jpg"

Any suggestions?

chris