barrie
Nov 9th, 1999, 10:08 PM
Is it possible to convert pictures using VB? For example, open as .gif but save as .bmp?
Mimo
Nov 9th, 1999, 10:46 PM
Syntax
------
SavePicture picture, stringexpression
The SavePicture statement syntax has these parts:
1-picture: Picture or Image control from which the graphics file is to be created.
2-stringexpression: Filename of the graphics file to save.