hi
im writin a simple GUI project usin C++ (Dialog). i have an input file with a list of foods. my goal is to display the list of foods in a ComboBox and then Add some new food and Delete some.
But i just cant put the list to a ComboBox (dropdown list style). i used addString method. it didnt work. can anybody just tell me the steps to add a list to a ComboBox using C++?
Thanks :)