ctl32
   forum of the ctl32 classes for Visual FoxPro
    Register FAQ  •  Search  •  Login     
It is currently 28 Aug 2008, 13:46

All times are UTC - 3 hours




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: ImageComboBox
PostPosted: 02 Jul 2008, 02:57 
Offline

Joined: 02 Jul 2008, 02:49
Posts: 1
It is possible to use ImageComboBox in VFP via Windows API without using mscomctl.ocx? Belong ImageComboBox to Windows Common Control?


Top
 Profile  
 
 Post subject:
PostPosted: 06 Jul 2008, 19:25 
Offline
Site Admin
User avatar

Joined: 21 Oct 2007, 14:22
Posts: 69
Yes and yes. But you can just use the native VFP combobox that has a Picture property to add pictures to the items:

Code:
oCombobox.AddItem("Home")
oCombobox.AddItem("Community")
oCombobox.AddItem("Web Services")

oCombobox.Picture[1] = 'home.bmp'
oCombobox.Picture[2] = 'community.bmp'
oCombobox.Picture[3] = 'websvc.bmp'


Carlos


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC - 3 hours


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron