|
-
Jul 13th, 2003, 10:44 AM
#1
Thread Starter
Frenzied Member
Getting system set icons (like the my computer icon) resolved:D
Hey peeps ,
I want to know how i can get system icons into my app , like the current set icon for My computer , or a folder and maybe even a certain file type.
I searched the web but didnt find any code for it.
I just need to get the image into a picture box and use it from there on :S
Last edited by Ultimasnake; Jul 13th, 2003 at 12:29 PM.
-
Jul 13th, 2003, 11:35 AM
#2
Frenzied Member
i found this code on the forum origionally, but made some edit's to it, etc to fix it up...
HIHY
-
Jul 13th, 2003, 12:28 PM
#3
Thread Starter
Frenzied Member
Works like a charm.. thanks
-
Jul 13th, 2003, 02:17 PM
#4
Frenzied Member
just remember, you need to substitues the WinNT paths for the current windows paths
IE:
c:\WinNT\
needs to be
Environ("windir") [better to use the API to get the windows directory though, since environment variables can be deleted ETC]
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
|