I currently have an application that begins with a log-in form. Once the user logs in or registers, the log-in form closes and opens the main application form.
I was wondering if there's a way to start just one form, and in that form, have the log-in screen. Then when a user logs-in/registers, the log-in screen/page (of the same form) changes to the main application form, kind of like how a webpage works (page changes after login, without starting a new browser window), but this isn't a webpage just a windows application. OR even if there's a like a drop-menu within the form that allows the user to log-in/switch accounts.
I was wondering if there's a way to start just one form, and in that form, have the log-in screen. Then when a user logs-in/registers, the log-in screen/page (of the same form) changes to the main application form, kind of like how a webpage works (page changes after login, without starting a new browser window), but this isn't a webpage just a windows application. OR even if there's a like a drop-menu within the form that allows the user to log-in/switch accounts.