Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 7 of 7
  1. #1
    Join Date
    May 2006
    Posts
    5,380

    FreeDLL: GetIconDLL

    Hi Folks,

    heres another dll from me, this one will extract a icon file from a exe or dll file and save it to the selected file format,

    the dll contains 4 functions (all self explanatory)
    CountIcons
    ExtraxtIconICO
    ExtraxtIconBMP
    ExtraxtIconPNG

    NOTE, When useing ExtraxtIconBMP or ExtraxtIconPNG you must set the argument for the size (16x16 or 32x32) this argument is not needed with ExtraxtIconICO

    you can find the ams functions and some notes on how to use them in page onshow, run the example and click one of the images to loop through the icons in "shell32.dll"

    Have fun and feedback welcome
    Last edited by RizlaUK; 02-01-2009 at 11:35 AM.
    Open your eyes to Narcissism, Don't let her destroy your life!!

  2. #2
    Join Date
    Dec 2007
    Location
    Missouri, United States
    Posts
    476
    hey rizla outta curiousity can this be used in say a tree object? would be nice to be able to replicate a explorer window =p

    I'm trying to figure out how to attach the imageicon of the files found via file.find to a tree's imagelist. dunno if this is even possible so thought id ask =p

  3. #3
    Join Date
    May 2006
    Posts
    5,380
    you can change the images in a tree object, but i dont think it an be done on the fly, you will need to make a image strip and set the nodes icon index, and in the trees properties window set the tree image,

    here is a strip i made a while ago (you can use as a template)
    Last edited by RizlaUK; 02-01-2009 at 11:34 AM.
    Open your eyes to Narcissism, Don't let her destroy your life!!

  4. #4
    Join Date
    May 2006
    Posts
    5,380
    heres how they look in a tree
    Last edited by RizlaUK; 02-01-2009 at 11:34 AM.
    Open your eyes to Narcissism, Don't let her destroy your life!!

  5. #5
    Join Date
    Dec 2007
    Location
    Missouri, United States
    Posts
    476
    thanks rizla appreciate it

  6. #6
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137
    I make something like this as well, but it's apart of a commercial release and I was unable to share it because of such.
    Intrigued

  7. #7
    Join Date
    Oct 2006
    Posts
    345
    this looks interesting thanks

Posting Permissions

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