how can we assigns items on listbox so that it will show
rowwise please write the code for it.
Answer Posted / prashant n
Lisbox1.Items.Add "Prashant"
Lisbox1.Items.Add "Chinchu"
Lisbox1.Items.Add "Pallavi"
Lisbox1.Items.Add "Suresh"
Lisbox1.Items.Add "Polika"
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Explain how can we remove handlers at run time?
what is diffrence constructor and destructor in vb
What is sealed class?
How many languages are supported by .net?
What is a static class?
Explain about Visual basic.NET culture?
Define serialization in .net?
What are the parts of the visual basic control?
How do you define a read only property in a class module?
What are the advantages of an assembly?
So you know which dll is used for microsoft .net run time?
Name the class which allows an element to be accessed using unique key?
Explain about the performance of visual basic?
Explain the difference between vb.net and c#, related to oops concepts?
Explain internal keyword in .net framework?