Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ComboBox Rendering Problem
Message
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Miscellaneous
Thread ID:
00933803
Message ID:
00933941
Views:
20
Hi Simon,

Now I see it. I guess cobobox wasn't design such situation. You can play with SelectedBackColor settings to make it look better but you would be better of usin g button with image for that.

>Here is the code that produces the result on my screen. I am using WinXP and VFP 9 Beta.
>
>
>Public go
>go=CreateObject("form")
>go.AddObject("combobox","combobox")
>go.combobox.visible=.Y.
>go.combobox.left=50
>go.combobox.top=50
>go.combobox.rowsource="1,2,3,4,5,6"
>go.combobox.rowsourcetype=1
>go.combobox.style=2
>go.combobox.width=16
>go.Show()
>
>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform