Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

hi

 

I currently have a main MDI Parent form and three MDI Children. I have a command button on one of the MDI children that opens another MDI Child. How do I set this button to open the new form as a child of the MDI Parent?

 

Does this make sense?

 

I currently have this code

 

       Dim frmComp As New frmComp()
       frmComp.Show()
       varTransItem = txtCompetition.Text

 

Thanks

Visit: VBSourceSeek - The VB.NET sourcecode library

 

 

"A mere friend will agree with you, but a real friend will argue."

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...