SprintFlunky
Programmer
I have tried every solution I can think of, but I would like the know the "correct" way to handle a simple multiple form / command button processing application. The application displays a "main Menu" that the user selects functions (add record, generate reports, system maintenance, etc..), then a command button opens a sub-form displaying the next set of functions or data entry options.
I can make all that work just fine. The problem I'm having is keeping the different forms in the same "window" with the same properties (size, position, ect). I have tried simple .Show and .ShowDialog form processing and I can make only one form at a time appear, but they bounce all over the screen and changing the size or position of one does not change the others.
I have tried inherited forms and get the same results.
And I have tried MDI. MDI seemed the best solution, but I was having issues making the forms look ok.
If the correct approach is MDI, please let me know so I can continue down that path, otherwise, please let me know how to build an old time simple user interface.
Thanks,
Flunky
I can make all that work just fine. The problem I'm having is keeping the different forms in the same "window" with the same properties (size, position, ect). I have tried simple .Show and .ShowDialog form processing and I can make only one form at a time appear, but they bounce all over the screen and changing the size or position of one does not change the others.
I have tried inherited forms and get the same results.
And I have tried MDI. MDI seemed the best solution, but I was having issues making the forms look ok.
If the correct approach is MDI, please let me know so I can continue down that path, otherwise, please let me know how to build an old time simple user interface.
Thanks,
Flunky