Show picture

I

Ivica Lopar

I wont when I click item on List1 to have view of picture in Image 1.
Where I am mistaken.



Private Sub list1_Click()
Dim ImgPath
If list1.ListIndex = -1 Then Exit Sub
ImgPath = list1.List
Image1.Picture = StdFunctions.LoadPicture(ImgPath)


regards
Lopar
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top