| Windows with Delphi Windows API (94) Windows Filesystem (41) Windows Forms (69) Windows Graphics (38)
|
How can I hide MDI child windows?
It works as easy as the following: ShowWindow(MdiChild1.Handle, SW_HIDE); In previous VCL and/or Windows versions, this caused problems as the following (dated) text shows. Thanks to Yaroslav Pasichnyk for pointing out that this document was outdated. Old Text -no longer valid Steve Teixeira says:
Comments:
|