Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Drop down list with indented icons
Message
From
27/03/2000 18:08:40
 
 
To
24/03/2000 01:58:49
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00349532
Message ID:
00351087
Views:
35
>> Does anybody know of a control that can produce a drop down list with indented icons/bitmaps that looks like the controls dropdown on the properties sheet?
>
>There is. This is the Combobox (or Listbox) control(s). Here you are how to add picture (or icon) to any item on the control:
>
>FOR i = 1 TO this.Listcount
> this.Pictire(i) = "MyPicture.Ico"
>ENDFOR
>I never assign the other pictures than icons, so I only hope it's work.
>
>
>HTH
>Boris

For anybody that cares, I found an indented combobox, in all places, MSCOMCTL.OCX called ImageCombo.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform