Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

bitmap in combobox 1

Status
Not open for further replies.

LindaRichard

Programmer
Feb 23, 2001
103
CA
I have a series of bitmaps

line1.bmp
line2.bmp
etc...

That represent different line styles that I want to user to pick from

How can I create a combo box (list style) that will display
these bitmaps as items?

Thanks for your help
Linda
 
LindaRichard

I can only think of a listbox (only in VFP7.0 + ) as shown in faq184-2643.
Mike Gagnon

If you want to get the best response to a question, please check out FAQ184-2483 first.
 
Mike,

Thanks for your reply, I have a space issue on my form so the
solution that I found was to combine an image control with a
drop down combo list (only the arrow of the drop down is displayed on
the screen). The drop list contains the name of each
bitmap and the image control displays the selected image.

Cheers
Linda
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top