Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Form

Status
Not open for further replies.

jonybd

Programmer
Nov 3, 2002
166
0
0
BE
This is running from a MDI Form, which createing child window, now if i want to hide any window and recover it , what should i do ?

Private Sub mnuNew_Click()
Dim Frm As New MdiChildForm
Frm.Caption = Frm.Name & Forms.Count


Dim mm As Panel
Set mm = StatusBar1.Panels.Add()

mm.Text = nn.Caption
mm.Key = nn.Caption
mm.Bevel = sbrRaised
mm.AutoSize = sbrSpring
End Select
End Sub
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top