Results 1 to 4 of 4

Thread: Getting system set icons (like the my computer icon) resolved:D

  1. #1

    Thread Starter
    Frenzied Member Ultimasnake's Avatar
    Join Date
    Feb 2002
    Location
    Amsterdam, holland
    Posts
    1,172

    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.
    For my PC and MS Smartphone 2003 software visit
    http://www.ultimasoftware.nl

  2. #2
    Frenzied Member wpearsall's Avatar
    Join Date
    Feb 2002
    Location
    England / UK
    Posts
    1,065
    i found this code on the forum origionally, but made some edit's to it, etc to fix it up...

    HIHY
    Attached Files Attached Files
    Wayne

  3. #3

    Thread Starter
    Frenzied Member Ultimasnake's Avatar
    Join Date
    Feb 2002
    Location
    Amsterdam, holland
    Posts
    1,172
    Works like a charm.. thanks
    For my PC and MS Smartphone 2003 software visit
    http://www.ultimasoftware.nl

  4. #4
    Frenzied Member wpearsall's Avatar
    Join Date
    Feb 2002
    Location
    England / UK
    Posts
    1,065
    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]
    Wayne

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