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 use of internal keyword?
What is the purpose of an Assembly?
Explain jagged array in vb.net?
How would you implement inheritance using vb.net?
what is diffrence constructor and destructor in vb
How do you retrieve the customized properties of a .net application from xml .config file?
What do you mean by serialization?
Explain some of the exclusive features which are present in vb?
Which control is an example of an object in vb net?
How many languages are supported by .net?
What is globalization?
What are the advantages of vb.net and c#?
Explain about the ruby interface generator?
Explain the difference between thread and process?
What is late binding and early binding?