N
Neville Lang
Hi all,
Although my problem is similar to a few previous posts on this list, none of
the answers seemed to work for me.
I have a Main Form which the Application.Run() starts up as the entry point.
During the constructor part of the main form, I make a call to a method that
displays a set of 3 registration screens. When the various details are
entered by the user and are all verified as OK, my code then completes the
constructor of the main form.
What happens is this: Instead of the main form displaying, the File Explorer
screen displays, the place where the app was started. I found that I needed
to click on the app icon again to get the main form to display. This is not
what I want to happen.
I have tried to move the registration checking to either side of the
InitializeComponent() in the main form's constructor but still the same
result. I have also moved my registration code to be called after the first
control gets focus, but still I cannot get the main form to display its
controls after the details entered are validated.
Any ideas anyone?
Regards,
Neville Lang
Although my problem is similar to a few previous posts on this list, none of
the answers seemed to work for me.
I have a Main Form which the Application.Run() starts up as the entry point.
During the constructor part of the main form, I make a call to a method that
displays a set of 3 registration screens. When the various details are
entered by the user and are all verified as OK, my code then completes the
constructor of the main form.
What happens is this: Instead of the main form displaying, the File Explorer
screen displays, the place where the app was started. I found that I needed
to click on the app icon again to get the main form to display. This is not
what I want to happen.
I have tried to move the registration checking to either side of the
InitializeComponent() in the main form's constructor but still the same
result. I have also moved my registration code to be called after the first
control gets focus, but still I cannot get the main form to display its
controls after the details entered are validated.
Any ideas anyone?
Regards,
Neville Lang