﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » WinForms (How do I?)  » Tabbed MDI Manager</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Sun, 07 Jun 2026 11:57:50 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Tabbed MDI Manager</title><link>http://forum.strataframe.net/FindPost26943.aspx</link><description>I figured it out.&lt;br&gt;
&lt;br&gt;
I've been using the StrataFlix paradigm to recreate my application interface and functionality.  It has been a marvelous learning curve.&lt;br&gt;
&lt;br&gt;
What I did to solve the problem was to remove the _MDIClient definition from the parent/container form.  I removed the local variable (_MDIClient) and replaced the OnLoad code as follows:&lt;br&gt;
&lt;br&gt;
[codesnippet]&lt;br&gt;
protected override void OnLoad(EventArgs e)&lt;br&gt;
{&lt;br&gt;
&amp;nbsp;base.OnLoad(e);&lt;br&gt;
&lt;br&gt;
&amp;nbsp;//-- Set the MDI backcolor to white&lt;br&gt;
&amp;nbsp;//_MDIClient.BackColor = Color.FromName("Control");&lt;br&gt;
&lt;br&gt;
&amp;nbsp;//-- Add the MDI&lt;br&gt;
&amp;nbsp;//Controls.Add(_MDIClient);&lt;br&gt;
&lt;br&gt;
&amp;nbsp;this.IsMdiContainer = true;&lt;br&gt;
&amp;nbsp;XtraTabbedMdiManager mMDIManager = new XtraTabbedMdiManager();&lt;br&gt;
&amp;nbsp;mMDIManager.MdiParent = this;&lt;br&gt;
&amp;nbsp;mMDIManager.Appearance.BackColor = Color.FromName("Control");&lt;br&gt;
}&lt;br&gt;
[/codesnippet]&lt;br&gt;
&lt;br&gt;
This works like a charm!  Hope this helps someone else out there.&lt;br&gt;
&lt;br&gt;
Bill</description><pubDate>Tue, 20 Apr 2010 14:58:37 GMT</pubDate><dc:creator>Bill Cunnien</dc:creator></item><item><title>Tabbed MDI Manager</title><link>http://forum.strataframe.net/FindPost6459.aspx</link><description>&lt;br&gt;
Hallo,&lt;br&gt;
is it possible to use the XtraTabbedMdiManager from developer express?&lt;br&gt;
Would like to have all windows tabbed.&lt;br&gt;
Thanks&lt;br&gt;
Matthias&lt;br&gt;</description><pubDate>Tue, 20 Apr 2010 14:58:37 GMT</pubDate><dc:creator>Matthias Luecking</dc:creator></item><item><title>RE: Tabbed MDI Manager</title><link>http://forum.strataframe.net/FindPost26941.aspx</link><description>Hey Paul...I know that I am digging up some really old threads, but how exactly does this control work within SF?  As far as I can tell, the control is dropped on a MDI parent form and the children are supposed to be automatically managed by this control.  For some reason, my child form is opened (my action items are created), but it does not showing anywhere.  I tried BringToFront(), but that did not help.  I am a little stumped on this one.  I would really like to have the forms managed by this control...it would really tidy things up a bit.  Any tips would be appreciated.&lt;br&gt;
&lt;br&gt;
Thanks!!</description><pubDate>Tue, 20 Apr 2010 14:39:25 GMT</pubDate><dc:creator>Bill Cunnien</dc:creator></item><item><title>RE: Tabbed MDI Manager</title><link>http://forum.strataframe.net/FindPost6471.aspx</link><description>Great to hear it works for you!</description><pubDate>Wed, 31 Jan 2007 16:53:10 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Tabbed MDI Manager</title><link>http://forum.strataframe.net/FindPost6464.aspx</link><description>&lt;br&gt;
Nice to hear.&lt;br&gt;
Thank you folks. :-)&lt;br&gt;</description><pubDate>Wed, 31 Jan 2007 09:54:42 GMT</pubDate><dc:creator>Matthias Luecking</dc:creator></item><item><title>RE: Tabbed MDI Manager</title><link>http://forum.strataframe.net/FindPost6463.aspx</link><description>I use it and it works fine.</description><pubDate>Wed, 31 Jan 2007 09:03:49 GMT</pubDate><dc:creator>Paul Chase</dc:creator></item><item><title>RE: Tabbed MDI Manager</title><link>http://forum.strataframe.net/FindPost6460.aspx</link><description>I don't see any reason why you couldn't.&amp;nbsp; As long as&amp;nbsp;the MDITabbedManager supports forms other than XtraForms and you can add a StrataFrame StandardForm to it (which I am confident that you can), then you will not have any problem.</description><pubDate>Wed, 31 Jan 2007 08:11:17 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>