M
Maloney
Is there a correct way or play to bring up a registration dialog at the
start of your program. I've tried 3 different ways
1) Just before Application.Run(new Form1()); and
2) In the constructor of Form1
These both show the registration dialog but after that the main
window is hidden.
3) In form_load.
It shows the registration dialog and on close shows the main dialog
correctly. But when the registration dialog is up you can still see the
main dialog by changing to it in the task list. It's read only but i don't
want to show the main dialog till after the registration dialog
Any body done this before?
start of your program. I've tried 3 different ways
1) Just before Application.Run(new Form1()); and
2) In the constructor of Form1
These both show the registration dialog but after that the main
window is hidden.
3) In form_load.
It shows the registration dialog and on close shows the main dialog
correctly. But when the registration dialog is up you can still see the
main dialog by changing to it in the task list. It's read only but i don't
want to show the main dialog till after the registration dialog
Any body done this before?