About comboboxes
-
:((Hi Can someone help me out with the comboboxes? I'm trying to make the items that I add thru my program stay in the combobox and I don't know the right code. Gap
What kind of item that you want add. Usually the item in the combobox just present during the time that you run your application (store in memory). If you want to store an item everytime your program load you need to write it in the formload event. If you want it to be more flexibility, you could store the information of the item that you want to add in the text file or database. So when you load your application you can load that item from text file or database in your combobox as normally.
A thousand mile of journey, begin with the first step. APO-CEDC Save Children Norway-Cambodia Office
-
What kind of item that you want add. Usually the item in the combobox just present during the time that you run your application (store in memory). If you want to store an item everytime your program load you need to write it in the formload event. If you want it to be more flexibility, you could store the information of the item that you want to add in the text file or database. So when you load your application you can load that item from text file or database in your combobox as normally.
A thousand mile of journey, begin with the first step. APO-CEDC Save Children Norway-Cambodia Office
-
-
-
ahhh :( those are VB 6 and 5 samples i'm on VB .net 2003 but I almost made the program it's just that it adds all the text from a .txt file into one item and what I want it to do is add one item for each line on the .txt file