<?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 : VistaTaskDialog?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : General Discussion : VistaTaskDialog?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 20:21:17 +0000</pubDate>
  <lastBuildDate>Thu, 20 Sep 2007 02:05:18 +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=8023</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[VistaTaskDialog? : I don&amp;#039;t find a way to use...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8023&amp;PID=26170&amp;title=vistataskdialog#26170</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1646">dentor</a><br /><strong>Subject:</strong> 8023<br /><strong>Posted:</strong> 20 September 2007 at 2:05am<br /><br />I don't find a way to use another icon than the green arrow.<DIV>&nbsp;</DIV><DIV>I just find the <EM>ShowCommandLinkIcons</EM> property to display or not the standard task dialog glyph.</DIV><DIV>&nbsp;</DIV><DIV>Perhaps, it's a good idea to put this in the wish list :</DIV><DIV><EM>CommandLinkIconHandle</EM> property to set the handle of a custom icon for Command Links.</DIV><DIV><img src="https://forum.codejock.com/smileys/smiley2.gif" border="0">&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 20 Sep 2007 02:05:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8023&amp;PID=26170&amp;title=vistataskdialog#26170</guid>
  </item> 
  <item>
   <title><![CDATA[VistaTaskDialog? : Thank you very much, and you are...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8023&amp;PID=26104&amp;title=vistataskdialog#26104</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1884">moe188</a><br /><strong>Subject:</strong> 8023<br /><strong>Posted:</strong> 18 September 2007 at 1:56pm<br /><br />Thank you very much, and you are right abou the XML file. is there anyway I can change the green arrow in each button to another icon or picture that I like to use?<DIV><img src="https://forum.codejock.com/smileys/smiley32.gif" border="0"></DIV>]]>
   </description>
   <pubDate>Tue, 18 Sep 2007 13:56:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8023&amp;PID=26104&amp;title=vistataskdialog#26104</guid>
  </item> 
  <item>
   <title><![CDATA[VistaTaskDialog? : Hello cmm2006,  A translation...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8023&amp;PID=26069&amp;title=vistataskdialog#26069</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1646">dentor</a><br /><strong>Subject:</strong> 8023<br /><strong>Posted:</strong> 18 September 2007 at 2:56am<br /><br />Hello cmm2006,<DIV>&nbsp;</DIV><DIV>A translation of Dialog2:</DIV><DIV>&nbsp;</DIV><DIV>Private Sub Dialog2_Click()<BR>&nbsp;&nbsp;&nbsp; With TaskDialog<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Reset<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .CommonButtons = 0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AllowCancellation = True<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .EnableHyperlinks = True<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .WindowTitle = "Microsoft Windows"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .MainInstructionText = "Do you want Windows to automatically install updates?"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ContentText = "With automatic updates, Windows periodically checks for new security updates, program improvements, etc. and installs them for you."<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .MainIcon = xtpTaskIconInformation<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AddButton "Turn on Automatic Updates now" &amp; vbLf &amp; "(recommended)", 1<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AddButton "Ask me later" &amp; vbLf &amp; "Your computer will be more vulnerable to security problems until you turn on automatic updates.", 2<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .DefaultButton = 1<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .EnableCommandLinks = True<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ShowDialog<BR>&nbsp;&nbsp;&nbsp; End With<BR>End Sub<BR></DIV><DIV>I think it's more usable than xml files.</DIV>]]>
   </description>
   <pubDate>Tue, 18 Sep 2007 02:56:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8023&amp;PID=26069&amp;title=vistataskdialog#26069</guid>
  </item> 
  <item>
   <title><![CDATA[VistaTaskDialog? : well thank you guys for the help. it...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8023&amp;PID=25978&amp;title=vistataskdialog#25978</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2368">cmm2006</a><br /><strong>Subject:</strong> 8023<br /><strong>Posted:</strong> 16 September 2007 at 2:33pm<br /><br />well thank you guys for the help.<DIV>it will be the same thing for dialog2?</DIV><DIV>thank you <img src="https://forum.codejock.com/smileys/smiley9.gif" border="0"></DIV>]]>
   </description>
   <pubDate>Sun, 16 Sep 2007 14:33:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8023&amp;PID=25978&amp;title=vistataskdialog#25978</guid>
  </item> 
  <item>
   <title><![CDATA[VistaTaskDialog? : Thanks, but i mean simply standard-buttons,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8023&amp;PID=25975&amp;title=vistataskdialog#25975</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1570">Jebo</a><br /><strong>Subject:</strong> 8023<br /><strong>Posted:</strong> 16 September 2007 at 11:06am<br /><br />Thanks, but i mean simply standard-buttons, like the MsgBox!]]>
   </description>
   <pubDate>Sun, 16 Sep 2007 11:06:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8023&amp;PID=25975&amp;title=vistataskdialog#25975</guid>
  </item> 
  <item>
   <title><![CDATA[VistaTaskDialog? : You can set &amp;#039;EnableCommandLinks&amp;#039;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8023&amp;PID=25974&amp;title=vistataskdialog#25974</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1646">dentor</a><br /><strong>Subject:</strong> 8023<br /><strong>Posted:</strong> 16 September 2007 at 10:59am<br /><br /><DIV></DIV>You can set 'EnableCommandLinks' property to True, to get bigger buttons :&nbsp;<DIV>&nbsp;</DIV><DIV>&nbsp;TaskDialog.CommonButtons = 0<BR>&nbsp;TaskDialog.AddButton "Close", 100<BR>&nbsp;TaskDialog.EnableCommandLinks = True</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sun, 16 Sep 2007 10:59:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8023&amp;PID=25974&amp;title=vistataskdialog#25974</guid>
  </item> 
  <item>
   <title><![CDATA[VistaTaskDialog? : ...but the height of the buttons...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8023&amp;PID=25972&amp;title=vistataskdialog#25972</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1570">Jebo</a><br /><strong>Subject:</strong> 8023<br /><strong>Posted:</strong> 16 September 2007 at 10:26am<br /><br /><P>...but the height of the buttons are too small. Is there any way to set the buttons-height greater?</P>]]>
   </description>
   <pubDate>Sun, 16 Sep 2007 10:26:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8023&amp;PID=25972&amp;title=vistataskdialog#25972</guid>
  </item> 
  <item>
   <title><![CDATA[VistaTaskDialog? : Hello cmm2006,  I translate...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8023&amp;PID=25964&amp;title=vistataskdialog#25964</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1646">dentor</a><br /><strong>Subject:</strong> 8023<br /><strong>Posted:</strong> 16 September 2007 at 3:48am<br /><br />Hello cmm2006,<DIV>&nbsp;</DIV><DIV>I translate the 'dialog6' in code:</DIV><DIV>&nbsp;</DIV><DIV>Private Sub Dialog006_Click()<BR>&nbsp;&nbsp;&nbsp; With TaskDialog<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Reset<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .CommonButtons = 0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AllowCancellation = True<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .EnableHyperlinks = True<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .WindowTitle = "Microsoft Windows"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .MainInstructionText = "Your computer is almost out of virtual memory"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ContentText = "To prevent information loss, save your files and close your programs. If that doesn't fix the problem, try restarting your computer."<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ExpandedInformationText = "If restarting doesn't work, you can &lt;a href=""http://www.microsoft.com""&gt;Read more&lt;/a&gt;"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ExpandFooterArea = True<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ExpandedControlText = "Less Information"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .CollapsedControlText = "More Information"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .CommonButtons = xtpTaskButtonClose<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .MainIcon = xtpTaskIconWarning<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ShowDialog<BR>&nbsp;&nbsp;&nbsp; End With<BR>End Sub</DIV><DIV>&nbsp;</DIV><DIV>You're right this a great update. I've not finished to explore all the new possibilities. <img src="https://forum.codejock.com/smileys/smiley32.gif" border="0"><BR></DIV>]]>
   </description>
   <pubDate>Sun, 16 Sep 2007 03:48:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8023&amp;PID=25964&amp;title=vistataskdialog#25964</guid>
  </item> 
  <item>
   <title><![CDATA[VistaTaskDialog? : Hello,I am so happy to see vistataskdialog...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8023&amp;PID=25959&amp;title=vistataskdialog#25959</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2368">cmm2006</a><br /><strong>Subject:</strong> 8023<br /><strong>Posted:</strong> 15 September 2007 at 6:37pm<br /><br />Hello,<br>I am so happy to see vistataskdialog finally with suite pro. now, I was checking the sample, and I love it, but I was wondering about how to have a taskdialog just like "Dialog6" (sample tab). do I have to use XML file in order to have the same dialog, or is there any easy way to do it?<br>thank you,<br>Note: Codejock developer, keep the good work <img src="http://forum.codejock.com/smileys/smiley32.gif" border="0" align="absmiddle"><img src="http://forum.codejock.com/smileys/smiley32.gif" border="0" align="absmiddle"><img src="http://forum.codejock.com/smileys/smiley32.gif" border="0" align="absmiddle"><img src="http://forum.codejock.com/smileys/smiley32.gif" border="0" align="absmiddle"><img src="http://forum.codejock.com/smileys/smiley32.gif" border="0" align="absmiddle"><img src="http://forum.codejock.com/smileys/smiley32.gif" border="0" align="absmiddle"><br>]]>
   </description>
   <pubDate>Sat, 15 Sep 2007 18:37:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8023&amp;PID=25959&amp;title=vistataskdialog#25959</guid>
  </item> 
 </channel>
</rss>