opening mdi child form

sqlserver2000 , csharp , sqlserver India
  • 11 years ago

    hi

    Im doing a project in c# in that one main mdi form will be there.. and in that i need to open all the other form as child form and im doing it by this code..

    frmchild frmc=new frmchild(); frmc.mdiparent=this;//this represent the mdiform frmc.show();

    and this code works but in some places i need open a new window from a child window and i need to access the menus in the mdimain and im not able to do that..

    can any1 help me.. thank u..

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Some people, when confronted with a problem, think "I know, I’ll use regular expressions." Now they have two problems.” - Jamie Zawinski