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:
Form1.Picture1.Picture = Clipboard.GetData() SavePicture Clipboard.GetData, "C:\snap\six.jpg"
Any suggestions?
chris




Reply With Quote