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


Please Help Members By Posting Answers For Below Questions

Thank you for replying to my Question regarding Barcodes in VB.net. My next question is that how to use Barcode Fonts in VB.net I need a small code to Generate Barcodes in VB.net from a string of Values. This is the only problem i am left with in my project. Any body can help me please.

2125


What is the difference between c# and vb.net?

643


Write program in VB.Net with SQL Server and Crystal Reports to develop a small windows application to add,edit,save, search and print Employee Information and send sourcecode as zip file. empcode : .............. empname : .............. dateofjoin : dd/mm/yyyy dateofbirth : dd/mm/yyyy TableName: EmpMaster EmpCode EmpName DOB DOJ TableName: EmpDocs EmpCode DocNo DocName ExpDate

2267


What is writeline in vb.net?

614


What is the use of console application?

654






Observations between vb.net and vc#.net?

656


List the types of generations in garbage collector?

606


What is econo-jit?

691


What are the shadow variables?

671


what is the advantage of option strict on?

699


Which is the tool which can convert visual basic old version to .net compatibility version?

597


Name a feature which is common to all .net languages?

653


What is portable executable?

672


When do you use virutal keyword?

672


i have two class that contain's two methods as same name in derived class i have to call these two methods what will happen at run time ?

2322