Click here to Skip to main content
15,903,388 members
Articles / Desktop Programming / Windows Forms

Single Instance Form in a MDI application

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
28 Sep 2011CPOL 6K  
This example contains the code to manage the menu of open forms (standard Windows menu). When created, each mdi-child gets a menu item and event handler through which this element is removed from the menu when the corresponding form is closed.private void ShowOrCreateMdiChild(Type formType)...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer ISGC
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions