User Profile

Collapse

Profile Sidebar

Collapse
KMSDXB
KMSDXB
Last Activity: Dec 28 '09, 06:57 AM
Joined: Dec 3 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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...
    See more | Go to post

    Leave a comment:


  • 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...
    See more | Go to post

    Leave a comment:


  • KMSDXB
    started a topic Invoking a child form from another child form
    in .NET

    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
    ...
    See more | Go to post
No activity results to display
Show More
Working...