like this what to do if we need to transfer the listbox items to the text if i am correct then my answer to this is double click on the listbox so that the eventof the listbox is displayed in the code editor
i.e private sub listbox1_selectedindexchanged......
textbox1.text=listbox1.selecteditem
i.e private sub listbox1_selectedindexchanged......
textbox1.text=listbox1.selecteditem
No comments:
Post a Comment