I have a comboBox in which a store individual's names. Upon loading the program, I want the comboBox loaded from a text file. Note: the first line of the txt file is: <Enter New Name>.
I want to know first: How do I load the text file into the comboBox? Second, how do I maintain the first line if user enters a new name?
VB.net was so easy, C# I can't get it to work.
I want to know first: How do I load the text file into the comboBox? Second, how do I maintain the first line if user enters a new name?
VB.net was so easy, C# I can't get it to work.
Comment