how to call a list box on the text if some one send me the
code for it
Answer Posted / aparna
i understood the ? 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
hope i am correct
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the significance of delegates?
Which classes a dll can contain?
Explain about delegate?
What are the different types of a stream?
How to run a dos command in vb.net?
What is portable executable?
What is the advantage of using system.text.stringbuilder over system.string?
Explain about the feature anonymous type?
What are nested classes?
What is the main purpose of garbage collector?
How do you define a read only property in a class module?
What is meant by jagged arrays?
Explain cls?
What is strong name in .net assembly?
What is DLL HELL in VB.NET