Home
Search
 
What's New
Index
Books
Links
Q & A
Newsletter
Banners
 
Feedback
Tip Jar
 
C# Helper...
 
XML RSS Feed
Follow VBHelper on Twitter
 
 
 
MSDN Visual Basic Community
 
 
 
 
 
TitleMake an MDI child form that displays only the system close button and no system menu
DescriptionThis example shows how to make an MDI child form that displays only the system close button and no system menu in Visual Basic 6. The user can close the form but not resize it.
KeywordsMDI, MDI child, close button, system menu, remove system menu
CategoriesControls
 
Set the form's:

  • MinButton = False
  • MaxButton = False
  • BorderStyle = Fixed Dialog
  • Icon = (None)

    To set the icon, select the icon value in the Properties window and press Delete.

    This will make the form display the close button but not the others and not the system menu.

 
 
Copyright © 1997-2010 Rocky Mountain Computer Consulting, Inc.   All rights reserved.
  Updated