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 the difference between vb 6 and vb.net?
Name some of the features present in vb 2005?
What is stack used for in vb. Net?
What is the diff between vb mdi form and .net mdi form?
Can you please explain the difference between system.string and system.stringbuilder classes?
What are the technology areas that microsoft.net contains?
What are the difference between dispose(), close(), exit(), end()?
What do you mean by serialization and deserialization and it's use.
Explain the difference between import system.data.sqlclient and system.data.oledb?
my project run very wel in my sytem yhen i am deploying my project on client machine ,after deployment i run my project then it show " can no find server name " what i do .
What is the use of console application?
What is public assembly?
What are the types of generations in garbage collector?
Write a program to find all text files in a logical drive and return the count of the number of files?
What is portable executable?