PREENCHENDO TEXTBOX
Carregando um ListBox com dados, como faço no click em um item do mesmo transferi-lo para um TextBox?
no click vc faz:
txtCampo.Text = listbox.List(listbox.ListIndex)
txtCampo.Text = listbox.List(listbox.ListIndex)
Text1 = List1.Text
Tente isso:
TextBox.tex = List1.List(List1.ListIndex)
TextBox.tex = List1.List(List1.ListIndex)
Tópico encerrado , respostas não são mais permitidas