G
Guest
hi,
I am a newbie in C# (windows apps). I want to create an application that:
- when you launch the exe file the first form will appear (on the form there
is a button)
- when you click the button a new form appears (login form to sql db) with
'logon' button //up to here I can do that
- on that form you specify server name, user, etc
- when you click 'logon' these 2 forms should disappear and a new finall
form should appear.
the problem is how to do that? I want (after logging on) these to forms to
disappear and a new form to appear and when you close the 3rd form, the whole
applicaton should close.
I mean, closing the 3rd form should make 1st form close.
1st form is the parent
I am a newbie in C# (windows apps). I want to create an application that:
- when you launch the exe file the first form will appear (on the form there
is a button)
- when you click the button a new form appears (login form to sql db) with
'logon' button //up to here I can do that
- on that form you specify server name, user, etc
- when you click 'logon' these 2 forms should disappear and a new finall
form should appear.
the problem is how to do that? I want (after logging on) these to forms to
disappear and a new form to appear and when you close the 3rd form, the whole
applicaton should close.
I mean, closing the 3rd form should make 1st form close.
1st form is the parent