Forums before death by AOL, social media and spammers... "We can't have nice things"
|    comp.lang.visual.basic    |    MS Visual Basic discussions, NOT dot-net    |    10,840 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 9,136 of 10,840    |
|    Rick Rothstein to All    |
|    Re: Saving Altered Bitmap    |
|    02 Jan 05 11:30:23    |
      From: rickNOSPAMnews@NOSPAMcomcast.net              > Private Sub mnu_save_Click()       > CommonDialog1.Filter = "Pictures (*.bmp)|*.bmp"       > CommonDialog1.ShowSave       > SavePicture Image, "d:\my documents\vb6\TEST.BMP"       > End Sub              Is this the EXACT code you used? If so, the keyword "Image" by itself is       not sufficient; that needs to be              SavePicture picmain.Image, "d:\my documents\vb6\TEST.BMP"              assuming your PictureBox is named "picmain" as indicated elsewhere in       your post.              Rick              --- SoupGate-Win32 v1.05        * Origin: you cannot sedate... all the things you hate (1:229/2)    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca