|
-
Apr 20th, 2007, 04:26 AM
#1
Thread Starter
Fanatic Member
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)
-
Apr 20th, 2007, 07:05 AM
#2
Re: Blooming Icons...
Is there a question here?
-
Apr 20th, 2007, 07:28 AM
#3
Thread Starter
Fanatic Member
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?
-
Apr 20th, 2007, 07:34 AM
#4
Re: Blooming Icons...
How are we to know what kind of icons you need? 
Are you asking about icon sizes or styles or what?
-
Apr 20th, 2007, 07:37 AM
#5
Thread Starter
Fanatic Member
Re: Blooming Icons...
Yeah... pixels, number of colours 'n' all that stuff.
-
Apr 20th, 2007, 10:13 AM
#6
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
-
Apr 20th, 2007, 10:27 AM
#7
Thread Starter
Fanatic Member
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?
-
Apr 22nd, 2007, 02:08 PM
#8
Lively Member
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...
-
Apr 22nd, 2007, 02:29 PM
#9
-
Apr 23rd, 2007, 03:20 AM
#10
Thread Starter
Fanatic Member
Re: Blooming Icons...
iPrank - that's EXACTLY what I was looking for.
Many 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|