[VB] Save picture??

Carmen

Member
May 5, 2001
38
0
0
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!
:)