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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. anything253

    Keep MDI child forms maximized when accessing other forms

    I found the following code on the web which disables the MDI X control: Option Explicit Private Const MF_BYPOSITION = &H400 Private Const MF_REMOVE = &H1000 Private Declare Function DrawMenuBar Lib "user32" _ (ByVal hwnd As Long) As Long Private Declare Function GetMenuItemCount...
  2. anything253

    Keep MDI child forms maximized when accessing other forms

    What seems to work is accessing the form within the application but not making it a child form. Do you know how to disable the form controls (maximize, minimize and close) of an MDI form? Thanks for your help.
  3. anything253

    Keep MDI child forms maximized when accessing other forms

    Could someone please tell me how to keep MDI child forms maximized when displaying smaller forms in the foreground of an MDI container.

Part and Inventory Search

Back
Top