VC++ 6, MFC, ComboBox, load list from file? [modified]
-
hi, is it possible to load a txt-file into the combobox list? any suggestions on how to do this easy.. tanx EDIT: nevermind, i found some working code to load csv files into combos dropdown..
modified on Saturday, June 7, 2008 8:17 AM
-
hi, is it possible to load a txt-file into the combobox list? any suggestions on how to do this easy.. tanx EDIT: nevermind, i found some working code to load csv files into combos dropdown..
modified on Saturday, June 7, 2008 8:17 AM
Text file in ComboBox????????????
-@SuDhIrKuMaR@-
-
Text file in ComboBox????????????
-@SuDhIrKuMaR@-
yes, to load a list from a text-file into the combobox drop down list. some code to load the file and split it with commas or something, and then somthing like: m_myComboCtrl.AddString(1rstLineInFile); m_myComboCtrl.AddString(2ndLineInFile); and so on.
-
hi, is it possible to load a txt-file into the combobox list? any suggestions on how to do this easy.. tanx EDIT: nevermind, i found some working code to load csv files into combos dropdown..
modified on Saturday, June 7, 2008 8:17 AM
Yes its possible but you dont use of Editbox or ListBox or ListCtrl?