Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Images in combo box
Message
From
14/11/2002 01:12:53
Vladimir Zhuravlev
Institute of the Physics of Earth,Russia
Moscow Region, Russia
 
 
To
13/11/2002 17:53:19
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00722436
Message ID:
00722520
Views:
15
>How can i add images in a combo box, in VFP 6 ?
>
>TIA
Try this in init of the combo
this.additem('one')
this.picture[1]='somepict.jpg'
this.additem('two')
this.picture[1]='someotherpict.jpg'
... etc.
this.value=1
Best wishes, Vladimir
MVP-2006-2011, PHD in Math and Physics ,
host of www.foxclub.ru,
VFP lector at Interface and Microinform companies
Head science researcher of VNIIA Rosatom.
Previous
Reply
Map
View

Click here to load this message in the networking platform