invoking a child form from another child form
Hi,
While invoking the new form from the child form, I'm getting the following error:
"Form that was specified to be the MdiParent for this form is not an MdiContainer."
The code is as follows:
frmLogin oLogon = new frmLogin();
oLogon.TopLevel = false;
oLogon.MdiParen t...
User Profile
Collapse
-
Hi,
On invoking the new form from this child form, I'm getting this message:
"Form that was specified to be the MdiParent for this form is not an MdiContainer."
Could you please guide me on this?
The piece of code is as follows:
frmLogin oLogon = new frmLogin();
oLogon.MdiParen t = this; //error
oLogon.Show();
where the form frmLogin...Leave a comment:
-
Invoking a child form from another child form
Hi,
I have three forms. "Main form" is a container and "Logon Form" is the child of this. I want to invoke another "AppLogin Form" from "Logon Form" as a child form to get the login details to a diff application. How can this be done?
If I make the Logon form as a container, its giving me the error " A form cannot be container and child..... ".Please do reply
...
No activity results to display
Show More
Leave a comment: