Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MS coolbar 6.0 - Imagelist
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00149740
Message ID:
00150849
Views:
25
>Yes, George I can clearly see what you mean and pointing at.
>But what I was wondering about was how to get those list properties populated.
>They don't show up in my VFP property sheet.

Hi Yves,

I handle this programmatically in the form's .Init method, like so:
WITH ThisForm.Coolbar
  .ImageList = ThisForm.NormalIList
  .HotImageList = ThisForm.HotIList
  .DisabledImageList = ThisForm.DisabledIList
ENDWITH
hth,
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform