
saving bmp file with API calls
Quote:
>Can someone tell me how to save a BMP file (as a BMP) using API calls? All of the docs I see use the VB SavePicture function, which
>requires a form and ActiveX control.
Keith,
You can use this code to get a StdPicture object from your API HBITMAP
(I assume you have one).
http://www.vbaccelerator.com/tips/vba0025.htm
Then save it using SavePicture, which BTW does not require any Form or
ActiveX control to be present.
Mattias
__________________________________________________
VB+ http://hem.spray.se/mattias.sjogren/
Please send questions/replies to the newsgroups