Results 1 to 2 of 2

Thread: ExtractIcon -> ImageList ?? (Icons for ListView)

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Posts
    8

    Unhappy

    I am making a type of desktop security program for my computer. It is using a virtual desktop with only the icons on it that it is configured to use, using a ListView control. I use the ExtractIcon API to get the icons from .exe, .dll, and .ico files and have figured out how to get other icons from the registry also using ExtractIcon. I can use the DrawIcon API to draw the icons into a picture box. And I can get what's drawn into another picture box with Picture1.image.. no problem. How can I add this to an ImageList, though? OR, is there a better method than this? I have been trying to figure this out for hours now.. Any help is greatly appreciated.
    -Barcode (Admin/webmaster)
    http://nft.cjb.net
    Visual Studio 6.0 Enterprise SP4

  2. #2

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Posts
    8

    Smile Found answer to my problem

    I was browsing the forum and found another thread that mentioned a site. I checked it out and it actually had what I needed on it. Here's the site if anyone else ever needs help with this same problem:
    http://www.thescarms.com/VBasic/extracticons.htm
    -Barcode (Admin/webmaster)
    http://nft.cjb.net
    Visual Studio 6.0 Enterprise SP4

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