Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Images in drop down combo
Message
From
01/10/2004 07:12:24
 
 
To
01/10/2004 06:42:05
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00947860
Message ID:
00947868
Views:
14
This message has been marked as the solution to the initial question of the thread.
Is there a way to have images next to the items in a drop down list?
This.AddItem( [Yada] )
This.Picture[ This.NewIndex ] = [acpower.bmp]
This.AddItem( [Nada] )
This.Picture[ This.NewIndex ] = [Change.bmp]
This.AddItem( [Blah] )
This.Picture[ This.NewIndex ] = [cross.bmp]
The pictures display when the list is droppped but not when the list is closed. If you need the picture to display when the list is closed, you can use the activeX Image Combo control.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform