<?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 : c# mdi app with taskpanel</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : c# mdi app with taskpanel]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 17 Apr 2026 19:38:15 +0000</pubDate>
  <lastBuildDate>Sun, 14 May 2006 14:29:50 +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=3903</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[c# mdi app with taskpanel : I&#180;ve played around adI didn&#180;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3903&amp;PID=12923&amp;title=c-mdi-app-with-taskpanel#12923</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=729">tobi</a><br /><strong>Subject:</strong> 3903<br /><strong>Posted:</strong> 14 May 2006 at 2:29pm<br /><br /><P>I´ve played around ad&nbsp;I didn´t found a good way to use commandbars with docking panes in vs 2005 ( c# ). If I eg. resize the window it flickers very very much <IMG src="http://forum.codejock.com/smileys/smiley11.gif" border="0">&nbsp;!<BR>Is there any way to use commandbars and docking panes with c# without these problems ?<BR>Does anyone do this ?</P>]]>
   </description>
   <pubDate>Sun, 14 May 2006 14:29:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3903&amp;PID=12923&amp;title=c-mdi-app-with-taskpanel#12923</guid>
  </item> 
  <item>
   <title><![CDATA[c# mdi app with taskpanel : I&#180;msorry to hear that Will CodeJock...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3903&amp;PID=11926&amp;title=c-mdi-app-with-taskpanel#11926</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=729">tobi</a><br /><strong>Subject:</strong> 3903<br /><strong>Posted:</strong> 03 April 2006 at 2:47pm<br /><br /><P>I´m&nbsp;sorry to hear that <IMG src="http://forum.codejock.com/smileys/smiley19.gif" border="0"><BR>Will CodeJock provide .net controls in the near future ???</P>]]>
   </description>
   <pubDate>Mon, 03 Apr 2006 14:47:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3903&amp;PID=11926&amp;title=c-mdi-app-with-taskpanel#11926</guid>
  </item> 
  <item>
   <title><![CDATA[c# mdi app with taskpanel : Ok, I see. This code will only...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3903&amp;PID=11923&amp;title=c-mdi-app-with-taskpanel#11923</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 3903<br /><strong>Posted:</strong> 03 April 2006 at 2:43pm<br /><br />Ok, I see.&nbsp; This code will only work in VB6 as TaskPanel is a Visual Basic object.&nbsp; There is no way to extract a window handle from an active x control so this won't work in C#.&nbsp; As an alternative you can use the DockBar to host the TaskPanel or the code below, however it makes the window flash:<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; private void CommandBars_RepositionAlignedControls(object sender,  AxXtremeCommandBars._DCommandBarsEvents_RepositionAlignedCon trolsEvent e)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; TaskPanel.SetBounds(e.left, e.top, TaskPanel.Width, e.bottom - e.top);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; e.left += TaskPanel.Width;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>]]>
   </description>
   <pubDate>Mon, 03 Apr 2006 14:43:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3903&amp;PID=11923&amp;title=c-mdi-app-with-taskpanel#11923</guid>
  </item> 
  <item>
   <title><![CDATA[c# mdi app with taskpanel : I&#180;ve tried that C# 2005 code: private...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3903&amp;PID=11921&amp;title=c-mdi-app-with-taskpanel#11921</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=729">tobi</a><br /><strong>Subject:</strong> 3903<br /><strong>Posted:</strong> 03 April 2006 at 2:15pm<br /><br /><P>I´ve tried that C# 2005 code:</P><FONT size=2><P></FONT><FONT color=#0000ff size=2>private</FONT><FONT size=2> </FONT><FONT color=#0000ff size=2>void</FONT><FONT size=2> CommandBars_RepositionAlignedControls(</FONT><FONT color=#0000ff size=2>object</FONT><FONT size=2> sender, AxXtremeCommandBars.</FONT><FONT color=#008080 size=2>_DCommandBarsEvents_RepositionAlignedControlsEvent</FONT><FONT size=2> e)<BR>{<BR>CommandBars.MoveAlignedControl(TaskPanel, </FONT><FONT color=#0000ff size=2>out</FONT><FONT size=2> e.left, </FONT><FONT color=#0000ff size=2>out</FONT><FONT size=2> e.top, </FONT><FONT color=#0000ff size=2>out</FONT><FONT size=2> e.right, </FONT><FONT color=#0000ff size=2>out</FONT><FONT size=2> e.bottom );<BR>}</P><P>But it does not work. The TaskPanel control is in front of the CommandBar control and the MDI child area is not affected ... ?</P></FONT>]]>
   </description>
   <pubDate>Mon, 03 Apr 2006 14:15:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3903&amp;PID=11921&amp;title=c-mdi-app-with-taskpanel#11921</guid>
  </item> 
  <item>
   <title><![CDATA[c# mdi app with taskpanel :  Here is VB6 code snippet:Try...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3903&amp;PID=11909&amp;title=c-mdi-app-with-taskpanel#11909</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 3903<br /><strong>Posted:</strong> 03 April 2006 at 12:32pm<br /><br />Here is VB6 code snippet:<br><br>Try addeing the following code to theCommandBars_RepositionAlignedControls event assuming you name yourTaskPanel "wndTaskPanel":<br><br>Private Sub CommandBars_RepositionAlignedControls(Left As Long, Top As Long, Right As Long, Bottom As Long)<br><br>&nbsp;&nbsp;CommandBars.MoveAlignedControl wndTaskPanel, Left, Top, Right, Bottom<br><br>End Sub<br><br>and set dock style to left in IDE.<br>]]>
   </description>
   <pubDate>Mon, 03 Apr 2006 12:32:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3903&amp;PID=11909&amp;title=c-mdi-app-with-taskpanel#11909</guid>
  </item> 
  <item>
   <title><![CDATA[c# mdi app with taskpanel : Currently I&#180;m trying to create...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3903&amp;PID=11802&amp;title=c-mdi-app-with-taskpanel#11802</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=729">tobi</a><br /><strong>Subject:</strong> 3903<br /><strong>Posted:</strong> 29 March 2006 at 5:10am<br /><br />Currently I´m trying to create a c# 2005 mdi application with the CodeJock CommandBars. Is there any solution to create a taskpanel on the left side without using a docking pane ?]]>
   </description>
   <pubDate>Wed, 29 Mar 2006 05:10:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3903&amp;PID=11802&amp;title=c-mdi-app-with-taskpanel#11802</guid>
  </item> 
 </channel>
</rss>