Form management in programs
Hi Folks,
I am beginner in programming and need some help to realize a good solution in form management.
I have started programming an information system. Users have to insert data into forms
which will be inserted into different tables in my database.
There are about 10 different forms. Different forms should be shown in one window (no seperate
window for every form). Forms are called over MainMenu items.
I could not find any suitable examples to solve my problems. Is it possible to have seperate classes to load all labels, textfields, listboxes etc. for every menuItem? Are there better solutions with visual studio?
Thanks for your help
Alex