<?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 : [SOLVED!] Taskdialog issue.</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : [SOLVED!] Taskdialog issue.]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 12:57:23 +0000</pubDate>
  <lastBuildDate>Mon, 11 Jan 2010 17:46:29 +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=15974</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[[SOLVED!] Taskdialog issue. : Well, I just tried it and it worked...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15974&amp;PID=56101&amp;title=solved-taskdialog-issue#56101</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4108">shipwreck</a><br /><strong>Subject:</strong> 15974<br /><strong>Posted:</strong> 11 January 2010 at 5:46pm<br /><br />Well, I just tried it and it worked GREAT!<br /><br />I knew that it had something to do with that Shell command but I just couldn't piece together what to put under the HyperlinkClicked event.<br /><br />Thanks SuperMario!]]>
   </description>
   <pubDate>Mon, 11 Jan 2010 17:46:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15974&amp;PID=56101&amp;title=solved-taskdialog-issue#56101</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED!] Taskdialog issue. : Okay SuperMario I will try that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15974&amp;PID=56090&amp;title=solved-taskdialog-issue#56090</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4108">shipwreck</a><br /><strong>Subject:</strong> 15974<br /><strong>Posted:</strong> 11 January 2010 at 2:05pm<br /><br />Okay SuperMario I will try that right now and I'll be sure to let you know the results.]]>
   </description>
   <pubDate>Mon, 11 Jan 2010 14:05:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15974&amp;PID=56090&amp;title=solved-taskdialog-issue#56090</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED!] Taskdialog issue. : Sure, here is how:Private Declare...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15974&amp;PID=56084&amp;title=solved-taskdialog-issue#56084</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 15974<br /><strong>Posted:</strong> 11 January 2010 at 1:44pm<br /><br />Sure, here is how:<br><br>Private Declare Function ShellExecute Lib "shell32.dll" _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Alias "ShellExecuteA" _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (ByVal hwnd As Long, _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ByVal lpOperation As String, _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ByVal lpFile As String, _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ByVal lpParameters As String, _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ByVal lpDirectory As String, _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ByVal nShowCmd As Long) As Long<br><br>Private Sub taskDialog_HyperlinkClicked(ByVal URL As String)<br>&nbsp;&nbsp;&nbsp; ShellExecute Me.hwnd, vbNullString, URL, vbNullString, vbNullString, 1<br>End Sub<br><br>In the content\footer\etc of the dialog set the "HREF" for the link:<br><br>The answer &lt;A HREF="http://www.codejock.com"&gt;Hyperlink Text&lt;/A&gt; provided here will help determine your Aero &lt;A HREF="http://forum.codejock.com"&gt;Hyperlink Text&lt;/A&gt; worthiness.<br><br>]]>
   </description>
   <pubDate>Mon, 11 Jan 2010 13:44:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15974&amp;PID=56084&amp;title=solved-taskdialog-issue#56084</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED!] Taskdialog issue. : Hey Super Mario,  No, I haven&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15974&amp;PID=56082&amp;title=solved-taskdialog-issue#56082</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4108">shipwreck</a><br /><strong>Subject:</strong> 15974<br /><strong>Posted:</strong> 11 January 2010 at 12:25pm<br /><br />Hey Super Mario,<br /><br />No, I haven't tried it but I did take a look at it. I suppose the reason for that is because I really don't know exactly what to put in there. I was going to use a shell option to launch the user's default browser and navigate to the link but I just don't know what the right way would be to implement that. What code would I use under the TaskDialog_HyperlinkClicked event?]]>
   </description>
   <pubDate>Mon, 11 Jan 2010 12:25:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15974&amp;PID=56082&amp;title=solved-taskdialog-issue#56082</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED!] Taskdialog issue. : Have you tried the taskDialog_HyperlinkClicked...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15974&amp;PID=56081&amp;title=solved-taskdialog-issue#56081</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 15974<br /><strong>Posted:</strong> 11 January 2010 at 12:06pm<br /><br />Have you tried the taskDialog_HyperlinkClicked event?]]>
   </description>
   <pubDate>Mon, 11 Jan 2010 12:06:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15974&amp;PID=56081&amp;title=solved-taskdialog-issue#56081</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED!] Taskdialog issue. : Even though I have been using...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15974&amp;PID=56062&amp;title=solved-taskdialog-issue#56062</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4108">shipwreck</a><br /><strong>Subject:</strong> 15974<br /><strong>Posted:</strong> 10 January 2010 at 3:03pm<br /><br />Even though I have been using the CodeJock controls for quite some time now but I'm not really familiar with the Task Dialog control.<br /><br /> I began using the control a few days ago and I'm amazed by far with its possibilities. I just have one problem.<br /><br />I want to be able to use hyperlinks on the task dialog but if you try to use the examples when you click the link nothing happens. <br /><br />Can anyone show me how to make these work?]]>
   </description>
   <pubDate>Sun, 10 Jan 2010 15:03:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15974&amp;PID=56062&amp;title=solved-taskdialog-issue#56062</guid>
  </item> 
 </channel>
</rss>