<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : ALT+MINUS with MTI</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : ALT+MINUS with MTI]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 00:55:49 +0000</pubDate>
  <lastBuildDate>Wed, 06 Apr 2005 12:24:05 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=2052</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[ALT+MINUS with MTI : This isn&amp;#039;t much of an issue...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2052&amp;PID=6132&amp;title=alt-minus-with-mti#6132</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=203">Ark42</a><br /><strong>Subject:</strong> 2052<br /><strong>Posted:</strong> 06 April 2005 at 12:24pm<br /><br /><br>This isn't much of an issue for me, because almost nobody knows about the ALT+Minus shortcut, but my current application has a menu option to toggle between normal MDI and MTI with tab groups.&nbsp; It works very nicely, I just had to go remove some of the window styles when switching to MTI, just like would be removed when the windows are added normally.<br>If I make this change though, the windows won't have the normal ALT+Minus menu if you click on the control box when in normal MDI mode.<br><br>]]>
   </description>
   <pubDate>Wed, 06 Apr 2005 12:24:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2052&amp;PID=6132&amp;title=alt-minus-with-mti#6132</guid>
  </item> 
  <item>
   <title><![CDATA[ALT+MINUS with MTI : Please use code like: int CCh...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2052&amp;PID=6107&amp;title=alt-minus-with-mti#6107</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2052<br /><strong>Posted:</strong> 06 April 2005 at 4:54am<br /><br /><P>Please use code like:</P><P>int CChildFrame::OnCreate(LPCREATESTRUCT lpCreateStruct) <BR>{<BR>&nbsp;if (CMDIChildWnd::OnCreate(lpCreateStruct) == -1)<BR>&nbsp;&nbsp;return -1;<BR>&nbsp;<BR>&nbsp;CMenu* pMenu = GetSystemMenu(FALSE);</P><P>&nbsp;pMenu-&gt;RemoveMenu(SC_RESTORE, MF_BYCOMMAND);<BR>&nbsp;pMenu-&gt;RemoveMenu(SC_MINIMIZE, MF_BYCOMMAND);<BR>&nbsp;pMenu-&gt;RemoveMenu(SC_MAXIMIZE, MF_BYCOMMAND);<BR>&nbsp;pMenu-&gt;RemoveMenu(SC_MOVE, MF_BYCOMMAND);<BR>&nbsp;pMenu-&gt;RemoveMenu(SC_SIZE, MF_BYCOMMAND);<BR>&nbsp;<BR>&nbsp;return 0;<BR>}<BR></P>]]>
   </description>
   <pubDate>Wed, 06 Apr 2005 04:54:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2052&amp;PID=6107&amp;title=alt-minus-with-mti#6107</guid>
  </item> 
  <item>
   <title><![CDATA[ALT+MINUS with MTI : BTW, you can see this problem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2052&amp;PID=6071&amp;title=alt-minus-with-mti#6071</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=203">Ark42</a><br /><strong>Subject:</strong> 2052<br /><strong>Posted:</strong> 01 April 2005 at 4:47pm<br /><br /><br>BTW, you can see this problem in the command bars designer even, just press ALT+MINUS and then R for Restore, and the window will be restored, and redraw incorrectly.<br><br>]]>
   </description>
   <pubDate>Fri, 01 Apr 2005 16:47:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2052&amp;PID=6071&amp;title=alt-minus-with-mti#6071</guid>
  </item> 
  <item>
   <title><![CDATA[ALT+MINUS with MTI : If you press ALT+MINUS you get...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2052&amp;PID=6017&amp;title=alt-minus-with-mti#6017</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=203">Ark42</a><br /><strong>Subject:</strong> 2052<br /><strong>Posted:</strong> 30 March 2005 at 12:17pm<br /><br /><br>If you press ALT+MINUS you get the mdi child menu still, which has the Move option enabled. You can then move the window and mess up the view easily.<br><br>]]>
   </description>
   <pubDate>Wed, 30 Mar 2005 12:17:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2052&amp;PID=6017&amp;title=alt-minus-with-mti#6017</guid>
  </item> 
 </channel>
</rss>