How to set mdi parent form in c#?

Asked by Bloody Hector

Report
in progress 48
17 Answers 295 views

Leave a reply to Bloody Hector : set mdi parent form in c#


Answers ( 17 )

  1. Refreshing a parent form. C# / C Sharp Forums on Bytes. (...) All the Refresh method does is invalidate the form it was called on. This triggers a new WM
    Read More

    Ratings : 14 %   

      
  2. VB 2010 MDI Parent Example :

    how to set mdi parent form in c#

    Ratings : 62 %   

      
  3. [C#] Multiple Document Interface (MDI) :

    how to set mdi parent form in c#

    Ratings : 39 %   

      
  4. An article on how to develop an MDI application using C# and the.NET Framework.; Author: Smitha Vijayan; Updated: 25 Jan 2003; Section: C#; Chapter: Languages
    Read More

    Ratings : 53 %   

      
  5. I have a MDI form. within this MDI form I can open some child forms using: This is within MainForm. Form1 f1 = new Form1; f1.MdiParent = this; //this refers to
    Read More

    Ratings : 33 %   

      
  6. The easiest way i know how is to sent the information across in a new class. So using the GET and SET features will allow you to move the info back to the parent form.
    Read More

    Ratings : 43 %   

      
  7. MDI parent form should not have any controls on it excluding status bar or menu bar etc. MDI children are drawn behind the controls on MDI parent.
    Read More

    Ratings : 68 %   

      
  8. MDI parent form, UserControl, AddHandler, ActiveChild With Visual Basic.NET :

    how to set mdi parent form in c#

    Ratings : 37 %   

      
  9. C# Tutorial 83: How to use Multiple-Document Interface (MDI) in Windows Forms C# :

    how to set mdi parent form in c#

    Ratings : 24 %   

      
  10. WPF Docking Control - MDI Interfaces :

    how to set mdi parent form in c#

    Ratings : 61 %   

      
  11. C# MDI Parent :

    how to set mdi parent form in c#

    Ratings : 41 %   

      
  12. Create a MDI control (form inside a form) in C# (C-sharp) :

    how to set mdi parent form in c#

    Ratings : 60 %   

      
  13. Windows Forms MDI Development :

    how to set mdi parent form in c#

    Ratings : 71 %   

      
  14. How to make an MDI form in visual basic 2008/2010 :

    how to set mdi parent form in c#

    Ratings : 15 %   

      
  15. Visual Basic MDI Parent Child Form :

    how to set mdi parent form in c#

    Ratings : 18 %   

      
  16. C# Mdi Parent + Child Form Tut :

    how to set mdi parent form in c#

    Ratings : 62 %