<?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 : MDI more questions</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : MDI more questions]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 14 Jun 2026 23:34:29 +0000</pubDate>
  <lastBuildDate>Mon, 06 Jul 2009 02:02:12 +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=14586</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[MDI more questions : Hi,  Problem that .NET after...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14586&amp;PID=50698&amp;title=mdi-more-questions#50698</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 14586<br /><strong>Posted:</strong> 06 July 2009 at 2:02am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Problem that .NET after it see that form has some ActiveX object recreates MDI child and assigns wrong ID for it.</DIV><DIV>&nbsp;</DIV><DIV>As workaround we can create ActiveX object in _Load event instead.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV><FONT color=#0000ff size=2><FONT color=#0000ff size=2><P>Private</FONT></FONT><FONT size=2> </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>Sub</FONT></FONT><FONT size=2> </FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>frmDocument_Load</FONT></FONT><FONT size=2>(</FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>ByVal</FONT></FONT><FONT size=2> </FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>sender</FONT></FONT><FONT size=2> </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>As</FONT></FONT><FONT size=2> </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>Object</FONT></FONT><FONT size=2>, </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>ByVal</FONT></FONT><FONT size=2> </FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>e</FONT></FONT><FONT size=2> </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>As</FONT></FONT><FONT size=2> </FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>System</FONT></FONT><FONT size=2>.</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>EventArgs</FONT></FONT><FONT size=2>) </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>Handles</FONT></FONT><FONT size=2> </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>MyBase</FONT></FONT><FONT size=2>.</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>Load</P></FONT></FONT><FONT size=2><P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>Me</FONT></FONT><FONT size=2>.</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>AxSyntaxEdit1</FONT></FONT><FONT size=2> = </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>New</FONT></FONT><FONT size=2> </FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>AxXtremeSyntaxEdit</FONT></FONT><FONT size=2>.</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>AxSyntaxEdit</P></FONT></FONT><FONT size=2><P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>CType</FONT></FONT><FONT size=2>(</FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>Me</FONT></FONT><FONT size=2>.</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>AxSyntaxEdit1</FONT></FONT><FONT size=2>, </FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>System</FONT></FONT><FONT size=2>.</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>ComponentModel</FONT></FONT><FONT size=2>.</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>ISupportInitialize</FONT></FONT><FONT size=2>).</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>BeginInit</FONT></FONT><FONT size=2>()</P><P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>Me</FONT></FONT><FONT size=2>.</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>SuspendLayout</FONT></FONT><FONT size=2>()</P><P></FONT><FONT color=#008000 size=2><FONT color=#008000 size=2>'</P></FONT></FONT><FONT size=2><P></FONT><FONT color=#008000 size=2><FONT color=#008000 size=2>'AxSyntaxEdit1</P></FONT></FONT><FONT size=2><P></FONT><FONT color=#008000 size=2><FONT color=#008000 size=2>'</P></FONT></FONT><FONT size=2><P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>Me</FONT></FONT><FONT size=2>.</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>AxSyntaxEdit1</FONT></FONT><FONT size=2>.</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>Location</FONT></FONT><FONT size=2> = </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>New</FONT></FONT><FONT size=2> </FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>System</FONT></FONT><FONT size=2>.</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>Drawing</FONT></FONT><FONT size=2>.</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>Point</FONT></FONT><FONT size=2>(29, 12)</P><P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>Me</FONT></FONT><FONT size=2>.</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>AxSyntaxEdit1</FONT></FONT><FONT size=2>.</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>Name</FONT></FONT><FONT size=2> = </FONT><FONT color=#a31515 size=2><FONT color=#a31515 size=2>"AxSyntaxEdit1"</P></FONT></FONT><FONT size=2><P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>Me</FONT></FONT><FONT size=2>.</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>AxSyntaxEdit1</FONT></FONT><FONT size=2>.</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>Size</FONT></FONT><FONT size=2> = </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>New</FONT></FONT><FONT size=2> </FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>System</FONT></FONT><FONT size=2>.</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>Drawing</FONT></FONT><FONT size=2>.</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>Size</FONT></FONT><FONT size=2>(251, 235)</P><P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>Me</FONT></FONT><FONT size=2>.</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>AxSyntaxEdit1</FONT></FONT><FONT size=2>.</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>TabIndex</FONT></FONT><FONT size=2> = 0</P><P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>Me</FONT></FONT><FONT size=2>.</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>Controls</FONT></FONT><FONT size=2>.</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>Add</FONT></FONT><FONT size=2>(</FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>Me</FONT></FONT><FONT size=2>.</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>AxSyntaxEdit1</FONT></FONT><FONT size=2>)</P><P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>CType</FONT></FONT><FONT size=2>(</FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>Me</FONT></FONT><FONT size=2>.</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>AxSyntaxEdit1</FONT></FONT><FONT size=2>, </FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>System</FONT></FONT><FONT size=2>.</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>ComponentModel</FONT></FONT><FONT size=2>.</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>ISupportInitialize</FONT></FONT><FONT size=2>).</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>EndInit</FONT></FONT><FONT size=2>()</P><P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>Me</FONT></FONT><FONT size=2>.</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>ResumeLayout</FONT></FONT><FONT size=2>(</FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>False</FONT></FONT><FONT size=2>)</P><P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>End</FONT></FONT><FONT size=2> </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>Sub</P></FONT></FONT><FONT color=#020002 size=2><FONT color=#020002 size=2></DIV><DIV></DIV><P>&nbsp;</P><P></FONT></FONT>&nbsp;</P>]]>
   </description>
   <pubDate>Mon, 06 Jul 2009 02:02:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14586&amp;PID=50698&amp;title=mdi-more-questions#50698</guid>
  </item> 
  <item>
   <title><![CDATA[MDI more questions : Is there anything that can be...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14586&amp;PID=50554&amp;title=mdi-more-questions#50554</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4182">rplp4</a><br /><strong>Subject:</strong> 14586<br /><strong>Posted:</strong> 01 July 2009 at 9:35pm<br /><br />Is there anything that can be done?]]>
   </description>
   <pubDate>Wed, 01 Jul 2009 21:35:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14586&amp;PID=50554&amp;title=mdi-more-questions#50554</guid>
  </item> 
  <item>
   <title><![CDATA[MDI more questions : No. :( ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14586&amp;PID=50535&amp;title=mdi-more-questions#50535</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 14586<br /><strong>Posted:</strong> 01 July 2009 at 8:09am<br /><br />No. :( ]]>
   </description>
   <pubDate>Wed, 01 Jul 2009 08:09:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14586&amp;PID=50535&amp;title=mdi-more-questions#50535</guid>
  </item> 
  <item>
   <title><![CDATA[MDI more questions : I will try this does the Window...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14586&amp;PID=50483&amp;title=mdi-more-questions#50483</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4182">rplp4</a><br /><strong>Subject:</strong> 14586<br /><strong>Posted:</strong> 29 June 2009 at 5:51pm<br /><br />I will try this does the Window list work for you?]]>
   </description>
   <pubDate>Mon, 29 Jun 2009 17:51:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14586&amp;PID=50483&amp;title=mdi-more-questions#50483</guid>
  </item> 
  <item>
   <title><![CDATA[MDI more questions : Works for me.  Add synaxedit...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14586&amp;PID=50443&amp;title=mdi-more-questions#50443</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 14586<br /><strong>Posted:</strong> 29 June 2009 at 7:20am<br /><br /><P>Works for me.</P><DIV>&nbsp;</DIV><DIV>Add synaxedit and such code</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV><FONT size=2><P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>Private</FONT></FONT><FONT size=2> </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>Sub</FONT></FONT><FONT size=2> </FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>AxSyntaxEdit1_CurPosChanged</FONT></FONT><FONT size=2>(</FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>ByVal</FONT></FONT><FONT size=2> </FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>sender</FONT></FONT><FONT size=2> </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>As</FONT></FONT><FONT size=2> </FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>System</FONT></FONT><FONT size=2>.Object, </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>ByVal</FONT></FONT><FONT size=2> </FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>e</FONT></FONT><FONT size=2> </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>As</FONT></FONT><FONT size=2> </FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>AxXtremeSyntaxEdit</FONT></FONT><FONT size=2>.</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>_DSyntaxEditEvents_CurPosChangedEvent</FONT></FONT><FONT size=2>) </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>Handles</FONT></FONT><FONT size=2> </FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>AxSyntaxEdit1</FONT></FONT><FONT size=2>.</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>CurPosChanged</P></FONT></FONT><FONT size=2><P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>Dim</FONT></FONT><FONT size=2> </FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>f</FONT></FONT><FONT size=2> </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>As</FONT></FONT><FONT size=2> </FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>frmMain</P></FONT></FONT><FONT size=2><P></FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>f</FONT></FONT><FONT size=2> = </FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>ParentForm</P></FONT></FONT><FONT size=2><P></FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>f</FONT></FONT><FONT size=2>.</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>CommandBars</FONT></FONT><FONT size=2>.</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>StatusBar</FONT></FONT><FONT size=2>.</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>FindPane</FONT></FONT><FONT size=2>(</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>ID</FONT></FONT><FONT size=2>.</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>ID_INDICATOR_CAPS</FONT></FONT><FONT size=2>).</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>Text</FONT></FONT><FONT size=2> = </FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>e</FONT></FONT><FONT size=2>.</FONT><FONT color=#020002 size=2><FONT color=#020002 size=2>nNewRow</P></FONT></FONT><FONT size=2><P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>End</FONT></FONT><FONT size=2> </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>Sub</P></FONT></FONT></DIV>]]>
   </description>
   <pubDate>Mon, 29 Jun 2009 07:20:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14586&amp;PID=50443&amp;title=mdi-more-questions#50443</guid>
  </item> 
  <item>
   <title><![CDATA[MDI more questions : Yes the issues I am having is...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14586&amp;PID=50408&amp;title=mdi-more-questions#50408</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4182">rplp4</a><br /><strong>Subject:</strong> 14586<br /><strong>Posted:</strong> 27 June 2009 at 4:29pm<br /><br />Yes the issues I am having is with .net 2008 I use both .net and vb6 and thought I stated I was using .net.&nbsp;&nbsp;]]>
   </description>
   <pubDate>Sat, 27 Jun 2009 16:29:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14586&amp;PID=50408&amp;title=mdi-more-questions#50408</guid>
  </item> 
  <item>
   <title><![CDATA[MDI more questions : In your signature you have &amp;#034;Language:...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14586&amp;PID=50334&amp;title=mdi-more-questions#50334</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 14586<br /><strong>Posted:</strong> 26 June 2009 at 5:26am<br /><br />In your signature you have "Language: Visual Basic 6.0"&nbsp;&nbsp;guess you tried with&nbsp;VB.NET ?]]>
   </description>
   <pubDate>Fri, 26 Jun 2009 05:26:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14586&amp;PID=50334&amp;title=mdi-more-questions#50334</guid>
  </item> 
  <item>
   <title><![CDATA[MDI more questions : ust use your ribbion sample and...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14586&amp;PID=50262&amp;title=mdi-more-questions#50262</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4182">rplp4</a><br /><strong>Subject:</strong> 14586<br /><strong>Posted:</strong> 24 June 2009 at 7:01am<br /><br />ust use your ribbion sample and add the drop the syntax control on the frmdocument then run.&nbsp;&nbsp; There is no other code added.&nbsp;&nbsp;&nbsp; The window list is not updated and the find statusbar or command bars does not work. <DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 24 Jun 2009 07:01:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14586&amp;PID=50262&amp;title=mdi-more-questions#50262</guid>
  </item> 
  <item>
   <title><![CDATA[MDI more questions : Hi.  I need some sample to check...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14586&amp;PID=50256&amp;title=mdi-more-questions#50256</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 14586<br /><strong>Posted:</strong> 24 June 2009 at 1:41am<br /><br />Hi.<DIV>&nbsp;</DIV><DIV>I need some sample to check it. :(</DIV>]]>
   </description>
   <pubDate>Wed, 24 Jun 2009 01:41:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14586&amp;PID=50256&amp;title=mdi-more-questions#50256</guid>
  </item> 
  <item>
   <title><![CDATA[MDI more questions : Oleg, I get this Exception Object...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14586&amp;PID=50232&amp;title=mdi-more-questions#50232</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4182">rplp4</a><br /><strong>Subject:</strong> 14586<br /><strong>Posted:</strong> 23 June 2009 at 9:49am<br /><br />Oleg,<DIV>I get this Exception <FONT size=1>Object reference not set to an instance of an object.&nbsp;&nbsp; <FONT size=2><P>frmMain.CommandBars.StatusBar.FindPane(ID.ID_Status_LineNo).Text = e.nNewRow&nbsp; </P><DIV></DIV><P>I am only having this issue when the syntax editor is added to the project.&nbsp;&nbsp; The window list is also not being updated.<FONT size=2></P></FONT></FONT></FONT></DIV>]]>
   </description>
   <pubDate>Tue, 23 Jun 2009 09:49:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14586&amp;PID=50232&amp;title=mdi-more-questions#50232</guid>
  </item> 
 </channel>
</rss>