noob needs help

m.d.

Member
Joined
Jan 7, 2005
Messages
5
Programming Experience
Beginner
hi, i'm just starting out with VB.net and i'm going through a book to try and learn..
i'm trying to create some code that copies the items in a list box to items in a combo box both on the same form.
i wrote some code for a click procedure on a button i created something like

lstBox1.items.copyto(comboBox1.items)
i know my syntax is totally wrong so what would be the proper way to accomplish this

thanx:eek:
 
Back
Top