T
Tarun Mangla
Hi
I am facing a problem. I've made an application in which two forms are
there. One if Login form and another is main form. The problem is that,
after getting authenticated from the database the main form is opened. But
the login form is not getting closed. I am using the following code:
It is in the load of the main form.
this.ParentForm.Close();
Giving some error.
Regards
Tarun Mangla
I am facing a problem. I've made an application in which two forms are
there. One if Login form and another is main form. The problem is that,
after getting authenticated from the database the main form is opened. But
the login form is not getting closed. I am using the following code:
It is in the load of the main form.
this.ParentForm.Close();
Giving some error.
Regards
Tarun Mangla