Consulting

Results 1 to 3 of 3

Thread: Drop Down Image combo List ?

  1. #1
    VBAX Expert Shazam's Avatar
    Joined
    Sep 2005
    Posts
    530
    Location

    Drop Down Image combo List ?

    I'm trying to create a Image Drop down Box list by using this control.

    [VBA] Private Sub ImageCombo1_Change()

    End Sub
    [/VBA]

    I dont have any ideas what code should I put. The Ideas is that When I click on the image combo Box it will display names of the pictures and when I select a name in the list the picture will appear and if I select another name from the list the picture will appears and the other one disappears. Now If its possible I would it could be used on the worksheet but if its not possible I guess we probably be done on a userform.

    Does anyone has any ideas ?


    I found these 2 links it kind of hard to follow. You'll see a list picture real pictures if that could be done that be great!

    http://vba.com.tw/VBAFILE/ActiveX/G0006.htm

    I tried to do this method below but it does not work. I go to the image properties_Custom_General_and select_Image List and it tells me <None>.
    So I dont know what I'm doing wrong.
    http://www.vbforums.com/printthread.php?t=343100


    Anyone ?

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    You need to add an ImageList control to the form as well.

    Take a look at http://msdn.microsoft.com/library/de...mbocontrol.asp
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

  3. #3
    VBAX Expert Shazam's Avatar
    Joined
    Sep 2005
    Posts
    530
    Location
    Do you or anyone has a sample file that I get started on ?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •