Results 1 to 10 of 10

Thread: Blooming Icons... [RESOLVED]

  1. #1

    Thread Starter
    Fanatic Member coox's Avatar
    Join Date
    Oct 1999
    Posts
    550

    Red face Blooming Icons... [RESOLVED]

    Ok, I give up - anyone got a nice juicy link where I can read about exactly what kind of icons I need in my res file?

    I've got one now with 11 icons in of various sizes and what-not, but I just can't figure out which ones are essential - I'd like to keep the size of the exe down.

    Cheers!
    Last edited by coox; Apr 23rd, 2007 at 03:20 AM.
    Nick Cook
    VB6 (SP6)

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Blooming Icons...

    Is there a question here?

  3. #3

    Thread Starter
    Fanatic Member coox's Avatar
    Join Date
    Oct 1999
    Posts
    550

    Re: Blooming Icons...

    Yup:
    anyone got a nice juicy link where I can read about exactly what kind of icons I need in my res file?
    Nick Cook
    VB6 (SP6)

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Blooming Icons...

    How are we to know what kind of icons you need?

    Are you asking about icon sizes or styles or what?

  5. #5

    Thread Starter
    Fanatic Member coox's Avatar
    Join Date
    Oct 1999
    Posts
    550

    Re: Blooming Icons...

    Yeah... pixels, number of colours 'n' all that stuff.
    Nick Cook
    VB6 (SP6)

  6. #6
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: Blooming Icons...

    Used for what? Different icons are used for different things. You don't actually need any icons in your res file. You don't actually even need a res file.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

  7. #7

    Thread Starter
    Fanatic Member coox's Avatar
    Join Date
    Oct 1999
    Posts
    550

    Re: Blooming Icons...

    Ok, I've obviously been far too vague with this post. Here's the thing...

    I've got an app and I've created a res file so that the app can show a decent XP style icon when, say, a shortcut is made to it, and when it appears in the taskbar and switcher. However, the icon file I was given and then used to create the res file contains eleven different versions of the same picture - 256x256, 128x128 etc.

    What I'm looking for is some sort of explanation as to which icons are used for which things - for example, I know that one of the much smaller ones is used for the taskbar, and one of the larger ones (but not the largest) for the shortcut.

    I figured this much out by editing the icon file and painting, very roughly, large numbers over each icon so I'd be able to tell which one was being used.

    Does that make things any clearer?
    Nick Cook
    VB6 (SP6)

  8. #8
    Lively Member
    Join Date
    Feb 2005
    Posts
    107

    Re: Blooming Icons...

    VB can't use icons over 8 bit (256 colours) IIRC. I usually use a resource hacker to replace them once I've finished and compiled...

  9. #9
    PoorPoster iPrank's Avatar
    Join Date
    Oct 2005
    Location
    In a black hole
    Posts
    2,729

    Re: Blooming Icons...

    This ?
    Usefull VBF Threads/Posts I Found . My flickr page .
    "I love being married. It's so great to find that one special person you want to annoy for the rest of your life." - Rita Rudner


  10. #10

    Thread Starter
    Fanatic Member coox's Avatar
    Join Date
    Oct 1999
    Posts
    550

    Re: Blooming Icons...

    iPrank - that's EXACTLY what I was looking for.

    Many thanks!
    Nick Cook
    VB6 (SP6)

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