Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Save a bitmap to file?
Message
From
23/11/2003 23:42:11
 
General information
Forum:
Visual Basic
Category:
Pictures and Image processing in VB
Miscellaneous
Thread ID:
00852677
Message ID:
00852857
Views:
8
You can use savePicture method.
following is the sample
Dim p As IPictureDisp
Set p = LoadPicture("D:\My Documents\chris2.gif")
SavePicture p, "d:\my documents\newchris.bmp"
Best Luck..
Nilesh
Previous
Reply
Map
View

Click here to load this message in the networking platform