|
-
Oct 6th, 1999, 09:36 PM
#1
Thread Starter
New Member
Is there any way of outputing a bitmap file stored in a image list onto the hard drive.
-
Oct 6th, 1999, 09:49 PM
#2
Sure:
Call SavePicture(ImageList1.ListImages(iImage).Picture, "C:\Image.bmp")
Where iImage is the Image Index, (1 - ImageList.ListImages.Count).
------------------
Aaron Young
Analyst Programmer
[email protected]
[email protected]
-
Oct 7th, 1999, 06:00 PM
#3
Thread Starter
New Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|