<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'MDI-PARENT inside MDI-CHILD Forms Display' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'MDI-PARENT inside MDI-CHILD Forms Display' posted on the 'VB.NET' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2012 Programmers Heaven</copyright>
    <pubDate>Wed, 23 May 2012 06:32:10 -0700</pubDate>
    <lastBuildDate>Wed, 23 May 2012 06:32:10 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>MDI-PARENT inside MDI-CHILD Forms Display</title>
      <link>http://www.programmersheaven.com/mb/VBNET/386585/386585/mdi-parent-inside-mdi-child-forms-display/</link>
      <description>I have some clarifications please&lt;br /&gt;
&lt;br /&gt;
form1.windowstate=maximized&lt;br /&gt;
form1.text="FORM-1 TEXT"&lt;br /&gt;
&lt;br /&gt;
and in mdi-parent as form-2&lt;br /&gt;
&lt;br /&gt;
form2.windowstate=maximized&lt;br /&gt;
form2.text="FORM-2 TEXT"&lt;br /&gt;
&lt;br /&gt;
My Problem is when I click on ToolStripMenuItem it's displaying like the following&lt;br /&gt;
&lt;br /&gt;
1-line "Form-1 Text"&lt;br /&gt;
2-line "Icon &amp;amp; Maximize &amp;amp; Minimize &amp;amp; Control Box buttons"&lt;br /&gt;
3-line "Toolstrip-1"&lt;br /&gt;
4-line "Tollstrip-2"&lt;br /&gt;
&lt;br /&gt;
How to avoid this 2nd line?&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/VBNET/386585/386585/mdi-parent-inside-mdi-child-forms-display/</guid>
      <pubDate>Mon, 02 Mar 2009 01:28:31 -0700</pubDate>
      <category>VB.NET</category>
    </item>
    <item>
      <title>Re: MDI-PARENT inside MDI-CHILD Forms Display</title>
      <link>http://www.programmersheaven.com/mb/VBNET/386585/386598/re-mdi-parent-inside-mdi-child-forms-display/#386598</link>
      <description>I am not exactly understanding what you are stating here. Are you saying you would like to remove one of the items that your ToolStripMenu has?&lt;br /&gt;
&lt;br /&gt;
When you click on ToolStripMenuItem it is displaying that text? How is it displaying it? Are you stating that is being displayed during Execution or in the windows form designer?</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/VBNET/386585/386598/re-mdi-parent-inside-mdi-child-forms-display/#386598</guid>
      <pubDate>Mon, 02 Mar 2009 06:38:43 -0700</pubDate>
      <category>VB.NET</category>
    </item>
    <item>
      <title>Re: MDI-PARENT inside MDI-CHILD Forms Display</title>
      <link>http://www.programmersheaven.com/mb/VBNET/386585/386603/re-mdi-parent-inside-mdi-child-forms-display/#386603</link>
      <description>Hi Seen,&lt;br /&gt;
Well &amp;amp; thanks for your reponse. Now I found the answer.It may be useful to someone like me.&lt;br /&gt;
&lt;br /&gt;
Actually Iam trying to display the mdichildren forms, from mdiparent-form's-toolstrip DropdownButton.&lt;br /&gt;
&lt;br /&gt;
Answer :-&lt;br /&gt;
&lt;br /&gt;
 Form3.MdiParent = Me&lt;br /&gt;
 Form3.Dock = DockStyle.Fill&lt;br /&gt;
 Form3.Show()&lt;br /&gt;
&lt;br /&gt;
the above codes displays the mdichildren form as full screen within the mdiparent form.&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/VBNET/386585/386603/re-mdi-parent-inside-mdi-child-forms-display/#386603</guid>
      <pubDate>Mon, 02 Mar 2009 08:21:39 -0700</pubDate>
      <category>VB.NET</category>
    </item>
    <item>
      <title>Re: MDI-PARENT inside MDI-CHILD Forms Display</title>
      <link>http://www.programmersheaven.com/mb/VBNET/386585/386610/re-mdi-parent-inside-mdi-child-forms-display/#386610</link>
      <description>Ohhhh, I understand what you were asking now.&lt;br /&gt;
&lt;br /&gt;
I am sorry, I didn't understand your question&lt;br /&gt;
&lt;br /&gt;
Happy Coding!!&lt;br /&gt;
Sean Campbell</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/VBNET/386585/386610/re-mdi-parent-inside-mdi-child-forms-display/#386610</guid>
      <pubDate>Mon, 02 Mar 2009 11:40:39 -0700</pubDate>
      <category>VB.NET</category>
    </item>
  </channel>
</rss>
