Results 1 to 5 of 5

Thread: who knows about icons?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2001
    Location
    who am I....and why do you want to know where I am?
    Posts
    326

    who knows about icons?

    does anyone know how I can take the icon from an exe file and save it as a regular icon? thanks

    All hail the Idiot-no, not Bill Gates, although, isnt he is so wonderful, so is microsoft! HEY YOU, Stop laughing
    In case anyone didnt get the point...I HATE BILL GATES

  2. #2
    Frenzied Member Buzby's Avatar
    Join Date
    Jan 1999
    Location
    UK
    Posts
    1,670
    MicroAngelo will do that.. and is also the best icon editor about. You can download an eval from www.download.com
    'Buzby'
    Visual Basic Developer
    "I'm moving to Theory. Everything works there."

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2001
    Location
    who am I....and why do you want to know where I am?
    Posts
    326
    thanks man!! ...hmm, and here I was making code to put it into a picture box! haha the program works great

    All hail the Idiot-no, not Bill Gates, although, isnt he is so wonderful, so is microsoft! HEY YOU, Stop laughing
    In case anyone didnt get the point...I HATE BILL GATES

  4. #4
    Microangelo is an awesome icon editor.

  5. #5
    Fanatic Member Kaverin's Avatar
    Join Date
    Oct 2000
    Posts
    930
    Getting icons in code isn't very hard, if you have the need to have it done "automatically" (you might get tired of messing with another prog to them down the road). You may even want to make your own VB extractor one day. Playing with this stuff is pretty neat. I took the relevant stuff out of a module I made and put it in the one attached. The sub in this module will extract all of the icons in a file and save them with a base name you specify plus the number of the icon and the normal extention (basename0.ico, basename1.ico etc). It will work on exe files, dll files, and a regular icon file (but you'd only be getting the same thing there).
    VB Code:
    1. 'take out all the icons in the VB5 exe and save them as vb0.ico,
    2. 'vb1.ico ... in the same directory
    3. ExtractAllIcons "c:\program files\vb5\vb5.exe", "c:\program files\vb5\vb"
    I'm baaaack...
    VB5 Professional Edition, VC++ 6
    Using a 1 gHz Thunderbird, 256 mb RAM, 40 gb HD system with Win98se

    I feel special because I finally figured out how to loop midis: Post link
    I'm a fanatic too

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