I started a database app using a LeftPanelMainMenu for buttons with which to load each form which does its own particular functions . The forms as they open are displayed inside (or on top of) MainContentPanel. It looked fine and worked each form opening and closing after its work was done and close button. It was suggested to me that instead of opening one form at a time and closing (which seems like an old school design), that some of the forms have related purposes so could be opened on side by side panels simultaneously somewhat like a dashboard view. I'm having problems opening/coding so that the previous working form will open on a Panel (LeftPanel) which sets on top of MainContentPanel... and another related form to open in RightPanel which also sets on top of MainContentPanel. *The ultimate goal is to open my frmMain and have both of these open automatically in their respective Panels. I'm having trouble with the syntax to specify where (which panel) I want each of the forms to go. Many of my internet searches don't do this particular action so I'm stuck.
Thank you for your time and comments.
Thank you for your time and comments.