|
-
Aug 27th, 2000, 01:38 PM
#1
Thread Starter
New Member
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.
-
Aug 27th, 2000, 03:08 PM
#2
Thread Starter
New Member
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
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
|