mdi parent and non mdi child form prob Programming Software Development by brenn13 [code] i have a mdi parent and a lot of mdi child and 1 non mdi child form. when i run the project, the mdiparent… loads the non mdi child form, which …. when i click an item on the treeview, a mdi child loads correspond to the tree view node clicked. here is… MDI child controlBox Programming Software Development by manutd4life … problem is how to remove controlBox of MDI child. i mean that i already set MDI child: ControlBox to False minimizeBox to false MaximizeBox… maximized formborderstyle to fixed3d When i open the form in MDI Parent, all the button minimize, maximize, exit appear Here's… MDI child forms - How do I set a form as a MDI child form? Programming Software Development by emaduddeen … to set the other existing forms in the project as MDI child forms? Thanks. Truly, Emad MDI Child Form Load will Not Fire Programming Software Development by VIPER5646 Hi all I have a Mdi Child Fom being oppened from the parent the form opens but … from the Parent and also the load even of the child form. Private Sub Button1_Click(sender As System.Object, e As… mdi child maximize, form tiling, and alignment of controls Programming Software Development by babbu … thought they might be related somehow... 1) i want the mdi child screen to be maximized. but on the first attempt only… How to keep MDI Child inside MDI Container Programming Software Development by Smith5646 … the user to be able to move an MDI child window anywhere inside the MDI container but I need it to be kept… I slide the child window too far left, it extends outside of the MDI container window and the MDI container shows the bottom… scroll bar. Is there a way to prevent the child window from moving … Re: all of mdi child forms dont open when we start from login form Programming Software Development by kingsonprisonic … forms inside the mdi child forms dont seem to execute.[/QUOTE] First. You can not open a form inside a Child form... But… if you need to open a child form inside a MDI form then. First make the MDI form as the parent of the… child form. For example Assume FrmMain is a MDI form… TransparencyKey in MDI Child Programming Software Development by deconstruction I am having problems making the right parts of my MDI Child background image transparent. I have set the background and Transparency keys to several corresponding colors and nothing works, is this a problem with MDI? I have a background set for the MDI parent. VB.net hide MDI Child title bar Programming Software Development by sanket044 hey, i am creating one project where i am using MDI system, so when i am opoening MDICHild in MDI Parent it adds new title bar for MDI child. I tried formborderstyle, have hide controlbox, max - min button but it dident worked ? so can anyone have any solution ??? Thank You.... all of mdi child forms dont open when we start from login form Programming Software Development by mr1991 wen i open mdi through the login form, the forms inside the mdi child forms dont seem to execute.pleez help me. Disable MDI child close button Programming Web Development by smgtreker … button (and the system menu's close option) of a MDI child form in C++ .NET. I've scoured the web, and… Re: Disable MDI child close button Programming Web Development by smgtreker … that the close button would remain disabled, even when the MDI child is maximized. Re-Open a mdi Child Form Programming Software Development by chuwy Hi I have a problem with my mdi Child Form, when i close it with Form1Child.Close() then it close with any problem but when y i want to open again with Form1Child.Show(); i got a message that said "Cannot access a disposed object." what can i do??? thanks Print mdi child form Programming Software Development by rexyrexin … application. I have written the code for printing the active mdi child using PrintForm in c#. The problem is that my forms… Disable mdi child form1 when another data entry form2 opened from frm1. Programming Software Development by jaimin4829 [CODE] I m trying to make totaly disable mdi child form1 when another data entry form2 opened. Bcz by mistak on clicking frm1 frm2 go to back that i dont want to do. Me.enabled=false and frm1.sendto back. can't solve the problem. [/CODE] Re: Disable mdi child form1 when another data entry form2 opened from frm1. Programming Software Development by poojavb …=jaimin4829;1767920][CODE] I m trying to make totaly disable mdi child form1 when another data entry form2 opened. Bcz by mistak… Inherit Login form details to MDI child form Programming Software Development by sidyusuf Hi, i need to know how can i inherits or pass login form authenticated values to MDI child forms. Re: MDI child controlBox Programming Software Development by kvprajapati Set Following properties: Form2 is a MDI Parent form so set [CODE=VB.NET] IsMdiContainer = True [/CODE] Form3 is Child [CODE=VB.NET] Form3.ControlBox = False Form3.MaximizeBox = False Form3.MinimizeBox = False Form3.MdiParent = Form2 ' or Me Form3.Show() [/CODE] Re: MDI child controlBox Programming Software Development by kvprajapati Do not set windowstate property for child window. Re: MDI child forms - How do I set a form as a MDI child form? Programming Software Development by kvprajapati [code] Dim frm as New From1 frm.MdiParent=Me 'Reference of MDI Parent frm.Show() [/code] Re: Help needed on "MDI child forms" Programming Software Development by Comatose ….caption[/inlinecode] to get the caption of the active child MDI form. To find out if the window is loaded …quot;mdiChild") = true then[/inlinecode]. Remember, if a MDI window is closed, and you access any property of the…then[/inlinecode] that will make form1 (assuming it is a MDI Child) visible and active again, even if the user closed … MDI Parent with Two section Programming Software Development by neo.mn … either from left panel or from menu strip an associated child form will be placed in the right panel. The main… characteristics of the child form will be it cannot be moved by pressing mouse… contains several form controls) into the right pane as a MDI child of my SplitContainer after clicking any menu item. The… Re: MDI Parent with Two section Programming Software Development by crishjeny … either from left panel or from menu strip an associated child form will be placed in the right panel. The main… characteristics of the child form will be it cannot be moved by pressing mouse… contains several form controls) into the right pane as a MDI child of my SplitContainer after clicking any menu item. The… MDI Parent and Child form Programming Software Development by ZER09 Child form. I already played on mdi parent and child but i cant find the solution on the text that will bypass from mdi child… to mdi parent. I will appreciate for any help will come… MDI Child Form Placement Programming Software Development by Toulinwoek …, how to do it? I want to open a child form within an MDI parent. If I close that form, then open… preset (or reset) the position a child form occupies when opened subsequent times? The child form(s) in this case is not… can do this (control positioning) if I don't use MDI, but I don't want these forms to exist outside… Re: MDI Parent and Child form Programming Software Development by ZER09 …;"; public string a // this will be called by the child form { set { teststring = value; } } public mainform() { InitializeComponent…;1706440] Take a look at Determining the Active MDI Child [/QUOTE] i cant understand it so will, can… MDI forms and their Children Programming Software Development by macka007 … can change frame rates), after each screen shot a new MDI child is loaded and the picture placed inside the image box… of seconds is up, i want the MDI parent to go through each Child Form in the order it was created and… to save). So... how do i get each of the Child Forms in the order created(i dont mean arranging the… mdi child and parent forms Programming Software Development by weeraa how to minimize child form inside of parent mdi form in vb.net...? I change the property of "IsMdiContainer" to "True". but when i minimize parent mdi form, it is not minimize the child form... Please help me. Regards Pra$ad. Re: MDI Parent and Child form Programming Software Development by Antenka [QUOTE=ZER09]already solve the problem[/QUOTE] Please, post your code, so the other people who would face the same problem - will easily find the solution. [QUOTE=ZER09]can you help about this[/QUOTE] Take a look at [URL="http://msdn.microsoft.com/en-us/library/aa984347%28v=vs.71%29.aspx"]Determining the Active MDI Child[/URL] Re: MDI Child Form Placement Programming Software Development by CrazyDang … to my problem also but you can try setting your child forms "FormBorderStyle" to none and "Location"…,0 with Start Position to Manual. That'll display the Child form at the top of your form window. The problem… I have is closing the Child upon opening a new child. Any idea's?