<?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 : Excepti&#111;n &#111;n shutdown in mdi app</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Excepti&#111;n &#111;n shutdown in mdi app]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 28 Apr 2026 17:07:14 +0000</pubDate>
  <lastBuildDate>Thu, 26 May 2005 11:21:09 +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=2239</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[Excepti&#111;n &#111;n shutdown in mdi app : I commented out the 2003 visualstyle...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2239&amp;PID=6778&amp;title=exception-on-shutdown-in-mdi-app#6778</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1183">rkosbab</a><br /><strong>Subject:</strong> 2239<br /><strong>Posted:</strong> 26 May 2005 at 11:21am<br /><br />I commented out the 2003 visualstyle I had but no luck.]]>
   </description>
   <pubDate>Thu, 26 May 2005 11:21:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2239&amp;PID=6778&amp;title=exception-on-shutdown-in-mdi-app#6778</guid>
  </item> 
  <item>
   <title><![CDATA[Excepti&#111;n &#111;n shutdown in mdi app : Are you enabling visualstyles...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2239&amp;PID=6755&amp;title=exception-on-shutdown-in-mdi-app#6755</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1186">Flex</a><br /><strong>Subject:</strong> 2239<br /><strong>Posted:</strong> 25 May 2005 at 7:27am<br /><br /><P>Are you enabling visualstyles in the application?</P><P>Try commenting out the line where you do if you are...</P>]]>
   </description>
   <pubDate>Wed, 25 May 2005 07:27:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2239&amp;PID=6755&amp;title=exception-on-shutdown-in-mdi-app#6755</guid>
  </item> 
  <item>
   <title><![CDATA[Excepti&#111;n &#111;n shutdown in mdi app : I&amp;#039;ve narrowed the issue down:...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2239&amp;PID=6741&amp;title=exception-on-shutdown-in-mdi-app#6741</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1183">rkosbab</a><br /><strong>Subject:</strong> 2239<br /><strong>Posted:</strong> 24 May 2005 at 8:30am<br /><br />I've narrowed the issue down: My app contains Syncfusion Menu bars, if I exit the app via the Syncfusion menu-bar File-&gt;exit the app shut's down correctly. If I close the app via the 'X' button in the top-right frame I recieve the exception. However I don't know of any workarounds or fixes(aside from buying CodeJock's commandbars and redesigning all my existing Syncfusion menus). <BR>]]>
   </description>
   <pubDate>Tue, 24 May 2005 08:30:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2239&amp;PID=6741&amp;title=exception-on-shutdown-in-mdi-app#6741</guid>
  </item> 
  <item>
   <title><![CDATA[Excepti&#111;n &#111;n shutdown in mdi app : I&amp;#039;m using the dockingpane...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2239&amp;PID=6628&amp;title=exception-on-shutdown-in-mdi-app#6628</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1183">rkosbab</a><br /><strong>Subject:</strong> 2239<br /><strong>Posted:</strong> 17 May 2005 at 9:52am<br /><br /><P>I'm using the dockingpane ActiveX control in a C# .NET app. My main form is an MDIContainer so in order to create panes I have to include the following code:</P><FONT face=Courier size=2><P><FONT size=1>foreach (Control ctrl in this.Controls)</FONT></P><P><FONT size=1>{</FONT></P><P><FONT size=1>if (ctrl is MdiClient)</FONT></P><P><FONT size=1>{ </FONT></P><P><FONT size=1>DockingPaneManager.SetMDIClient(ctrl.Handle.ToInt32());</FONT></P><P><FONT size=1>}</FONT></P><P><FONT size=1>}</FONT></P></FONT><P>Does anyone know what this code does? And why I receive&nbsp;"NullReferenceException: Object&nbsp;reference not set to an instance of an object"&nbsp;at shutdown when I include it? </P><P>I'm using the new dockingpane activeX control version 9.7. Any help/ideas is appreciated! </P>]]>
   </description>
   <pubDate>Tue, 17 May 2005 09:52:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2239&amp;PID=6628&amp;title=exception-on-shutdown-in-mdi-app#6628</guid>
  </item> 
 </channel>
</rss>