I can save an image of a picture box control in VB6 on the form with
SavePicture frmMain.picWindow1.Image, "MyPictures/" & strBmpFileName
[How do I make this show up as code?]
But, I want an image of the entire form. How do I do that?
SavePicture frmMain.picWindow1.Image, "MyPictures/" & strBmpFileName
[How do I make this show up as code?]
But, I want an image of the entire form. How do I do that?