Hi,
I have my program icons in a resource file. The main icon is given as No 3, the window icon is
101. All OK so far
I now need to load three more icons for use as the up, down and blank icons in a listview
header. I have assigned numbers 102, 103 and 104 for these. The program does work OK
with these numbers, but I was wondering if they are the right assignments
Does it really matter what numbers I give to these icons?
A list of numbers with objects in a resource file would be welcome
Brian
what you number/name them doesn't really matter but I do think the window icon will use 101 if there is one there.
LarryMc
Great, Larry, it does seem to work OK so far, so I won't worry about it
Brian