1.

How Can We Assigns Items On Listbox So That It Will Show Rowwise Please Write The Code For It.

Answer»

Lisbox1.Items.Add "PRASHANT"
Lisbox1.Items.Add "Chinchu"
Lisbox1.Items.Add "PALLAVI"
Lisbox1.Items.Add "SURESH"
Lisbox1.Items.Add "Polika"

Lisbox1.Items.Add "Prashant"
Lisbox1.Items.Add "Chinchu"
Lisbox1.Items.Add "Pallavi"
Lisbox1.Items.Add "Suresh"
Lisbox1.Items.Add "Polika"



Discussion

No Comment Found