Do you know how to make the selected text of a listbox the text inside a textbox?
I tried this but its not working:
Code:string[] details = { listBox4.SelectedItem.ToString() }; textBox5.Text = details[0];
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 2 of 2
Threaded View
|
Click Here to Expand Forum to Full Width |