how to call a list box on the text if some one send me the
code for it



how to call a list box on the text if some one send me the code for it ..

Answer / 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

More VB.NET Interview Questions

How to connect a service based database to vb.net forms? Do we have to create any specific database?

1 Answers  


What is a static class?

0 Answers  


Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?

0 Answers  


Why do we use byref keyword in vb.net?

0 Answers  


What are the advantages of an assembly?

0 Answers  


What is the Difference between Web User Control and Web Custom Control?

6 Answers   Benchmark,


Sir, what code to store data from vb net sql server 2008 to 2005 and at the same time in order to validate the data entered is not the same, but there have been contacts in the module. Examples such as the log table that I created, the user name as the primary key.

0 Answers   Infosys,


What is a preprocessor directive in vb.net?

0 Answers  


What are the different variables in vb.net?

0 Answers  


What are the shared variables?

0 Answers  


How do you define a read only property in a class module?

0 Answers  


What is the significance of delegates. Where should they be used?

0 Answers  


Categories