<?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 : Using CXTPTaskPanel in Dialog</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Task Panel : Using CXTPTaskPanel in Dialog]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 09:43:09 +0000</pubDate>
  <lastBuildDate>Sun, 23 Sep 2012 12:13:47 +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=20105</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[Using CXTPTaskPanel in Dialog : Perhaps too late reply, but there&amp;#039;s...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=20105&amp;PID=68945&amp;title=using-cxtptaskpanel-in-dialog#68945</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1263">Fredrik</a><br /><strong>Subject:</strong> 20105<br /><strong>Posted:</strong> 23 September 2012 at 12:13pm<br /><br />Perhaps too late reply, but there's nothing special about creating a task panel inside a dialog: just add a static as a placeholder in your dialog resource and initialize the task panel in the dialog's OnInitDialog.<div><div><br></div><div><table width="99%"><tr><td><pre class="BBcode"></div><div>BOOL MyDialog::OnInitDialog()&nbsp;</div><div>{</div><div>&nbsp; &nbsp;...</div><div><div>&nbsp; &nbsp;CStatic wndStatic;</div><div>&nbsp; &nbsp;if (!wndStatic.SubclassDlgItem(IDC_TASK_PANEL, this))</div><div>&nbsp; &nbsp; &nbsp; return FALSE;</div><div><br></div><div>&nbsp; &nbsp;CRect rc;</div><div>&nbsp; &nbsp;wndStatic.GetWindowRect(&amp;rc);</div><div>&nbsp; &nbsp;ScreenToClient(&amp;rc);</div><div>&nbsp; &nbsp;wndStatic.DestroyWindow();&nbsp;</div><div>&nbsp; &nbsp;mMyPane.Create(WS_CHILD|WS_VISIBLE|WS_CLIPSIBLINGS|WS_CLIPCHILDREN|WS_TABSTOP, rc, this, IDC_TASK_PANEL);</div></div></div><div>&nbsp; &nbsp;...</div><div>}</div><div></pre></td></tr></table></div><div><br></div>]]>
   </description>
   <pubDate>Sun, 23 Sep 2012 12:13:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=20105&amp;PID=68945&amp;title=using-cxtptaskpanel-in-dialog#68945</guid>
  </item> 
  <item>
   <title><![CDATA[Using CXTPTaskPanel in Dialog : Hi, I know how use CXTPTaskPanel...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=20105&amp;PID=68857&amp;title=using-cxtptaskpanel-in-dialog#68857</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7628">fredliu</a><br /><strong>Subject:</strong> 20105<br /><strong>Posted:</strong> 03 September 2012 at 10:34pm<br /><br />Hi,<DIV>I know how use <FONT size=2>CXTPTaskPanel in view by google, but how can i display <FONT size=2>CXTPTaskPanel in a dialog, I try to move code that dispaly <FONT size=2>CXTPTaskPanel in a view to a dialog, but it fail to display, I even cannot find <FONT size=2>CXTPTaskPanel window&nbsp;use spy++ in the dialog, someone have experience in this way? </FONT></FONT></FONT></FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>Thanks in advance.</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 03 Sep 2012 22:34:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=20105&amp;PID=68857&amp;title=using-cxtptaskpanel-in-dialog#68857</guid>
  </item> 
 </channel>
</rss>