Click to See Complete Forum and Search --> : Save picture with , added graphics
mjmurdin
Feb 3rd, 2000, 06:24 AM
I have a picture box where i have opened an bmp image, grabbed from a Kodak Web cam. In my application I then draw additional lines on the image using, line circle etc. If i save the image using savepicture to a file, the added graphics do not appear, how do I save the new lines.
Apollo
Feb 3rd, 2000, 08:23 AM
You are probably doing something similar to this:
SavePicture picture1.Picture, "C:/windows/myfile.bmp"
If you would replace "picture1.picture" with "picture1.image" then it should work.
Try this, and tell me what happens.
------------------
"I'm carrying a Geometry book, but I'm not in Geometry...it's crazy...crazy man!"
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.