Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

ImageComb

Status
Not open for further replies.

MarkusLAndersson

Mechanical
Aug 11, 2005
20
0
0
GB
I ma trying to create a user form in which I would like to display a library of pictures form one file.

The image should upon selection be transferred to an image box.

I am trying to use an image list to define the pictures and then try to show them in a ImageComb.

In the ImageList I have defined the Index to “1”, Key to “Key1” and the Tag to “Tag1”

I am then trying to use the following text to add the image to the ImageCombo

ImageCombo1.ComboItems.Add

Can someone explain to me how to write after this string of text to load the ImageCombo wit my image

I have tried all types of different ways but can’t get it to work.

Thacks in advance


 
Replies continue below

Recommended for you

Status
Not open for further replies.
Back
Top