Results 1 to 3 of 3

Thread: output Bitmap

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 1999
    Posts
    3

    Post

    Is there any way of outputing a bitmap file stored in a image list onto the hard drive.

  2. #2
    Guru Aaron Young's Avatar
    Join Date
    Jun 1999
    Location
    Red Wing, MN, USA
    Posts
    2,177

    Post

    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]

  3. #3

    Thread Starter
    New Member
    Join Date
    Oct 1999
    Posts
    3

    Post

    Thank you

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width