J
Jim
Dear MVP
Is it possible to link path to list index or textbox.value
'Private Sub ListBox1_Change()
'Path to picture
'TextBox1.Value = ListBox1.List(ListBox1.ListIndex, 1)
'Picture name
'TextBox2.Value = ListBox1.List(ListBox1.ListIndex, 0)
'Question: Can text TB1 below get its value from
'Textbox1.value 'or Listbox1.ListIndex, 1
'Image1.Picture = LoadPicture("TB1")
'End Sub
Thanks in advance for your help
Jim
Is it possible to link path to list index or textbox.value
'Private Sub ListBox1_Change()
'Path to picture
'TextBox1.Value = ListBox1.List(ListBox1.ListIndex, 1)
'Picture name
'TextBox2.Value = ListBox1.List(ListBox1.ListIndex, 0)
'Question: Can text TB1 below get its value from
'Textbox1.value 'or Listbox1.ListIndex, 1
'Image1.Picture = LoadPicture("TB1")
'End Sub
Thanks in advance for your help
Jim