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
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.
What is the difference between c# and vb.net?
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
What is writeline in vb.net?
What is the use of console application?
Observations between vb.net and vc#.net?
List the types of generations in garbage collector?
What is econo-jit?
What are the shadow variables?
what is the advantage of option strict on?
Which is the tool which can convert visual basic old version to .net compatibility version?
Name a feature which is common to all .net languages?
What is portable executable?
When do you use virutal keyword?
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 ?