Hi there,
I want to make a simple program to keep all my game and program serials in.
I want to us a combo box to show all the names and a text box to show the serials.
How do I go about this?
---ESQ---
Printable View
Hi there,
I want to make a simple program to keep all my game and program serials in.
I want to us a combo box to show all the names and a text box to show the serials.
How do I go about this?
---ESQ---
How is this a Codebank submission? :confused:
Regarding your question. You will need to store the information somewhere (a file/database) and then retrieve it from there.
Moved from the CodeBank
If you're talking about a *simple* program, forget any database system unless you know how to use databases...I would stick with a simple text file.
How computer literate are you? Do you understand how combo boxes and text boxes work? If not, you're more asking for someone to *write* the code for you and you really should tell people this rather than saying you want to make the program. I personally don't use comboboxes, and I could probably make what you're asking for using a simple listbox/listview and the textbox :-)