PDA Development
-
I am a Software Developer,working on VS2008 and SQL Server2005.I am new comers in PDA.When I run my project from program,it's works fine.But when I run from bin\debug\pda.exe then an error message shows that Top-level control cannot be added.Please help me. :(
-
I am a Software Developer,working on VS2008 and SQL Server2005.I am new comers in PDA.When I run my project from program,it's works fine.But when I run from bin\debug\pda.exe then an error message shows that Top-level control cannot be added.Please help me. :(
Seems you have not set the MDIParent of the child form to the main form. Childform.mdiparent=this; ~Dave
Dave Traister Software Engineer ComponentOne LLC www.ComponentOne.com
-
Seems you have not set the MDIParent of the child form to the main form. Childform.mdiparent=this; ~Dave
Dave Traister Software Engineer ComponentOne LLC www.ComponentOne.com
Thanks to you for reply me.frmMdiMain is my main form.I write in every child form that,Me.Parent=frmMdiMain.I use your code but mdiparent doesn't come.I used VB.NET.