Re: MDI Child disappears
From: William Gower (w_gower_at_hotmail.com)
Date: 08/04/04
- Next message: tristant: "Re: Has anybody succesfully used VB.NET on Oracle on UNIX ?"
- Previous message: Greg Burns: "Re: Moving Web Control Programmatically"
- In reply to: Wrauberto: "MDI Child disappears"
- Next in thread: Wrauberto: "Re: MDI Child disappears"
- Reply: Wrauberto: "Re: MDI Child disappears"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 4 Aug 2004 00:31:26 -0400
Did you set the property IsMdiContainer for the parent and in the code where
you load the child it should look something like this.
Dim myChild as New ChildFrm
myChild.MdiParent = Me
myChild.Show
"Wrauberto" <Wrauberto@discussions.microsoft.com> wrote in message
news:2E130FEE-98EF-4119-A7C9-7D33DABEA24A@microsoft.com...
> I'm pretty sure this is a simple syntax issue, but it is driving me nuts.
>
> When my parent does a .show on the child the child hides behind the
parent. I can see the buttons on the child, but they are behind the buttons
and boxes of the parent.
>
> What am I missing? (Besides brains)
>
> Wraub
- Next message: tristant: "Re: Has anybody succesfully used VB.NET on Oracle on UNIX ?"
- Previous message: Greg Burns: "Re: Moving Web Control Programmatically"
- In reply to: Wrauberto: "MDI Child disappears"
- Next in thread: Wrauberto: "Re: MDI Child disappears"
- Reply: Wrauberto: "Re: MDI Child disappears"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|