Domino2006
Member
- Joined
- Jan 31, 2007
- Messages
- 5
- Programming Experience
- 1-3
Hi Guys and Gals
Im Trying to load the contents of a text file into a combobox, i have looked all over the net to no avail.
i have read the text file using a streamreader and assigned it to a string, i have used the string name as the datasource as follows
combobox1.datasource = stringname
it isnt a 1-dimensional array could this be the problem?
any help would be gr8 thanx in advance.
Domino2006
Im Trying to load the contents of a text file into a combobox, i have looked all over the net to no avail.
i have read the text file using a streamreader and assigned it to a string, i have used the string name as the datasource as follows
combobox1.datasource = stringname
it isnt a 1-dimensional array could this be the problem?
any help would be gr8 thanx in advance.
Domino2006