MarkusLAndersson
Mechanical
- Aug 11, 2005
- 20
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
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