Startup form issue in VB.NET -
I have two form names in my project, emp
and admin
. If I set the startup form to emp
, then it always loads admin
. How do I solve this problem?
For applications, ** project and find the Windows form project, select Properties - & Gt; Application - & gt; Start
form drop down - & gt; Click the "View App App" button to confirm your opt-out form *
, there is no startup event code that can optionally redirect the user.
For the app, ** Go to the project in Solution Explorer and find the WPF project, right click and select properties - & gt; Application - & gt; Start
form drop down - & gt; Select your startup form *
.
Review Application.xaml to confirm startup entry from Visual Studio Project GUI. Click the "View App App" button to confirm which is not a code that can optionally redirect the user.
Comments
Post a Comment