Hoe heb je die picture IN die picturebox gekregen? En als je dat met die ActiveX control gedaan hebt, heeft die dan geen Save methode?
MSDN:
SavePicture Statement
Saves a graphic from the Picture or Image property of an object or control (if one is associated with it) to a file.
Syntax
SavePicture picture, stringexpression
Part Description
picture Picture or Image control from which the graphics file is to be created.
stringexpression Filename of the graphics file to save.
Remarks
If a graphic was loaded from a file to the Picture property of an object, either atdesign time or atrun time, and its a bitmap, icon, metafile, or enhanced metafile, it's saved using the same format as the original file. If it is a GIF or JPEG file, it is saved as a bitmap file.
Graphics in an Image property are always saved as bitmap (.bmp) files regardless of their original format.
Nu alleen nog converten van .bmp naar .jpg of .gif, je kunt ook zelf een methode schrijven die naar gig of jpg savet, maar dit is een tikkie simpeler.
- "Als ik zou willen dat je het begreep, legde ik het wel beter uit!" | All number systems are base 10!