|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Mdi Child form visible property ?If I set my mdi child form visible=false, I can not set it back to visible
or do a show on it. Can someone tell me what I'm doing wrong. Thanks Mark "Mark" <M***@advancemicrosystems.com> wrote in message I started a new project, added an mdi parent, set form1 to be an mdi childnews:%23neicsQTGHA.5656@TK2MSFTNGP11.phx.gbl > If I set my mdi child form visible=false, I can not set it back to > visible or do a show on it. Can someone tell me what I'm doing wrong. and put this in form1: Private Sub Form_Click() Me.Visible = False End Sub and this in mdiform1: Private Sub MDIForm_Click() Form1.Visible = True End Sub I can make form1 appear and disappear without a problem. My guess would be that you are somehow not referencing the same child form but since you didn't provide any code or explain whether it just didn't do anything or gave an error there's not much else to suggest. -- Reply to the group so all can participate VB.Net: "Fool me once..."
Any known problems running VB6 application with Intel Centrino Duo
Windows or VB problem - Please help MMTimer, DirectSound, and For..Next VBnet 2005? vb6 and iso 8601 date format Access table grid component. Running external program from access VB6 DataGrid error making function call with multiple parameters to dll Help with cannon game |
|||||||||||||||||||||||