<?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 : CXTPTaskDialog ProgressBar does not work.</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CXTPTaskDialog ProgressBar does not work.]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 05:07:30 +0000</pubDate>
  <lastBuildDate>Thu, 02 Aug 2007 08:11:30 +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=7706</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[CXTPTaskDialog ProgressBar does not work. : Hi again, I found what was causing...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7706&amp;PID=24803&amp;title=cxtptaskdialog-progressbar-does-not-work#24803</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2065">hipopotamo</a><br /><strong>Subject:</strong> 7706<br /><strong>Posted:</strong> 02 August 2007 at 8:11am<br /><br /><P>Hi again,</P><DIV>I found what was causing the problem.</DIV><DIV>&nbsp;</DIV><DIV>I was not including&nbsp;any resource file in this project. (.rc )</DIV><DIV>&nbsp;</DIV><DIV>But i'm not sure why this working now, I've just added&nbsp;a application.rc file.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Regards</DIV>]]>
   </description>
   <pubDate>Thu, 02 Aug 2007 08:11:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7706&amp;PID=24803&amp;title=cxtptaskdialog-progressbar-does-not-work#24803</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPTaskDialog ProgressBar does not work. : Hi Oleg, Thankx for the answer. But...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7706&amp;PID=24802&amp;title=cxtptaskdialog-progressbar-does-not-work#24802</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2065">hipopotamo</a><br /><strong>Subject:</strong> 7706<br /><strong>Posted:</strong> 02 August 2007 at 7:55am<br /><br /><P>Hi Oleg,</P><P>Thankx for the answer.</P><P>But I've already&nbsp;test that, I'm using the same class you've in the demo.</P><P>The only thing different is that,&nbsp;I've changed the name of the DLL of the Toolkit, do you think is as anything to&nbsp; do with it ? l</P><P>Regards</P>]]>
   </description>
   <pubDate>Thu, 02 Aug 2007 07:55:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7706&amp;PID=24802&amp;title=cxtptaskdialog-progressbar-does-not-work#24802</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPTaskDialog ProgressBar does not work. : Hello, Yes, you need to run it...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7706&amp;PID=24795&amp;title=cxtptaskdialog-progressbar-does-not-work#24795</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7706<br /><strong>Posted:</strong> 02 August 2007 at 5:44am<br /><br />Hello,<DIV>Yes, you need to run it manually:</DIV><DIV>&nbsp;</DIV><DIV>void CProgressEffectsDialog::OnDialogConstructed()<BR>{<BR>&nbsp;&nbsp;&nbsp; StartProgressBarMarquee(TRUE, 10);</DIV><DIV>}<BR></DIV>]]>
   </description>
   <pubDate>Thu, 02 Aug 2007 05:44:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7706&amp;PID=24795&amp;title=cxtptaskdialog-progressbar-does-not-work#24795</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPTaskDialog ProgressBar does not work. : Hi,  I&amp;#039;m trying to use...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7706&amp;PID=24785&amp;title=cxtptaskdialog-progressbar-does-not-work#24785</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2065">hipopotamo</a><br /><strong>Subject:</strong> 7706<br /><strong>Posted:</strong> 01 August 2007 at 5:56pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I'm trying to use a CXTPTaskDialog with&nbsp;the Marquee feature. </DIV><DIV>But the ProgressBar does not move automatically.</DIV><DIV>I'm using a copy of the CProgressEffectsDialog found on controls\VistaTaskDialog Samples, and I'm&nbsp;instanting&nbsp;at&nbsp;the InitiInstance of the Application.</DIV><DIV>&nbsp;</DIV><DIV>InitInstance()</DIV><DIV>{</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp; ...</DIV><DIV>&nbsp; CProgressEffectsDialog dd;</DIV><DIV><DIV>&nbsp;&nbsp; ...</DIV></DIV><DIV>&nbsp; dd.DoModal(true);</DIV><DIV><DIV>&nbsp;&nbsp; ...</DIV></DIV><DIV>}</DIV><DIV>&nbsp;</DIV><DIV>But you sample is working.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Regards,</DIV>]]>
   </description>
   <pubDate>Wed, 01 Aug 2007 17:56:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7706&amp;PID=24785&amp;title=cxtptaskdialog-progressbar-does-not-work#24785</guid>
  </item> 
 </channel>
</rss>