how to call a list box on the text if some one send me the
code for it
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 |
How to connect a service based database to vb.net forms? Do we have to create any specific database?
What is a static class?
Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?
Why do we use byref keyword in vb.net?
What are the advantages of an assembly?
What is the Difference between Web User Control and Web Custom Control?
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.
What is a preprocessor directive in vb.net?
What are the different variables in vb.net?
What are the shared variables?
How do you define a read only property in a class module?
What is the significance of delegates. Where should they be used?