<?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 : TaskDialog Control</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : TaskDialog Control]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 05:50:17 +0000</pubDate>
  <lastBuildDate>Sat, 14 Nov 2009 00:14:15 +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=15306</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[TaskDialog Control :   SuperMario wrote:Do you have...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15306&amp;PID=54851&amp;title=taskdialog-control#54851</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4669">gibra</a><br /><strong>Subject:</strong> 15306<br /><strong>Posted:</strong> 14 November 2009 at 12:14am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by SuperMario" alt="Originally posted by SuperMario" style="vertical-align: text-bottom;" /> <strong>SuperMario wrote:</strong><br /><br />Do you have a manifest file?&nbsp; Also in VB6 manifest is only used when running the exe, not while in IDE.&nbsp; You can use skinframework as well to do this.<BR></td></tr></table> <DIV>&nbsp;</DIV><DIV>You can use XP Visual Styles in IDE, also.</DIV><DIV>To enable XP Visual Styles simply </DIV><DIV>- make a VB6.EXE.manifest</DIV><DIV>- put in ...\VB98 folder</DIV><DIV>- run VB6</DIV><DIV>&nbsp;</DIV><DIV>Caution with <strong>Frame</strong> control, if you use:</DIV><DIV>-&nbsp;OptionButton become black</DIV><DIV>- CommandButton&nbsp;present a black border</DIV><DIV>- many controls may flicker when move mouse over it</DIV><DIV>Solution: put a PictureBox into Frame, then insert all control in he PictureBox.</DIV><DIV>&nbsp;</DIV><DIV><img src="http://forum.codejock.com/smileys/smiley2.gif" border="0"></DIV>]]>
   </description>
   <pubDate>Sat, 14 Nov 2009 00:14:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15306&amp;PID=54851&amp;title=taskdialog-control#54851</guid>
  </item> 
  <item>
   <title><![CDATA[TaskDialog Control : Do you have a manifest file? Also...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15306&amp;PID=53700&amp;title=taskdialog-control#53700</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 15306<br /><strong>Posted:</strong> 08 October 2009 at 8:52am<br /><br />Do you have a manifest file?&nbsp; Also in VB6 manifest is only used when running the exe, not while in IDE.&nbsp; You can use skinframework as well to do this.<br>]]>
   </description>
   <pubDate>Thu, 08 Oct 2009 08:52:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15306&amp;PID=53700&amp;title=taskdialog-control#53700</guid>
  </item> 
  <item>
   <title><![CDATA[TaskDialog Control : Hi In the help provided with Suite...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15306&amp;PID=53654&amp;title=taskdialog-control#53654</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5539">BerbBrown</a><br /><strong>Subject:</strong> 15306<br /><strong>Posted:</strong> 06 October 2009 at 4:38pm<br /><br />Hi <br><br>In the help provided with Suite Controls 13.1 and 13.2, it shows the TaskDialog control with a progress bar.&nbsp; When I display a TaskDialog the progress does not appear with the green glass bar.<br><br>He is my code:<br><br><font face="Courier New, Courier, mono">&nbsp;&nbsp;&nbsp; With tdmProgress<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .EnableMarkup = True<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .WindowTitle = "test"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .MainIcon = xtpTaskIconWarning<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .MainInstructionText = "&lt;TextBlock&gt;Please be patient&lt;/TextBlock&gt;"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ContentText = "&lt;TextBlock TextWrapping='Wrap'&gt;Test&lt;/TextBlock&gt;"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .MessageBoxStyle = True<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .UseComCtl32 = True<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ProgressBarStyle = xtpTaskProgressBarMarquee<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ShowDialog<br>&nbsp;&nbsp;&nbsp;&nbsp; End With<br><br></font>I use the Constructed event to start the progress meter<br><br><font face="Courier New, Courier, mono">Private Sub tdmProgress_Constructed()<br><br>&nbsp;&nbsp;&nbsp; tdmProgress.StartProgressBarMarquee True, 20<br><br>End Sub<br>]]>
   </description>
   <pubDate>Tue, 06 Oct 2009 16:38:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15306&amp;PID=53654&amp;title=taskdialog-control#53654</guid>
  </item> 
 </channel>
</rss>