IonicWind Software

IWBasic => General Questions => Topic started by: Brian on December 05, 2011, 02:57:47 AM

Title: Resource Icons
Post by: Brian on December 05, 2011, 02:57:47 AM
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
Title: Re: Resource Icons
Post by: LarryMc on December 05, 2011, 10:57:26 AM
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
Title: Re: Resource Icons
Post by: Brian on December 05, 2011, 11:11:09 AM
Great, Larry, it does seem to work OK so far, so I won't worry about it

Brian