I've tried to add a print screen function in my VB Program and save the picture....
Picturebox1.Picture = Clipboard.GetData(vbCFBitmap)
I can only save the picture to a bmp format...
How can I save the picture to other format like gif....bmp is too big in size, thanks!

Picturebox1.Picture = Clipboard.GetData(vbCFBitmap)
I can only save the picture to a bmp format...
How can I save the picture to other format like gif....bmp is too big in size, thanks!