<?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 without an Form</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : Taskdialog without an Form]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 09:32:18 +0000</pubDate>
  <lastBuildDate>Mon, 12 Jan 2009 03:12:54 +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=13109</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 without an Form : Hi together!Thanks a Lot!I works...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13109&amp;PID=44461&amp;title=taskdialog-without-an-form#44461</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4344">Herbie</a><br /><strong>Subject:</strong> 13109<br /><strong>Posted:</strong> 12 January 2009 at 3:12am<br /><br />Hi together!<br><br><br>Thanks a Lot!<br>I works fine.&nbsp; <img src="http://forum.codejock.com/smileys/smiley4.gif" border="0" align="absmiddle"><br><br>Best Regards from Germany<br>Frank<br>]]>
   </description>
   <pubDate>Mon, 12 Jan 2009 03:12:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13109&amp;PID=44461&amp;title=taskdialog-without-an-form#44461</guid>
  </item> 
  <item>
   <title><![CDATA[Taskdialog without an Form : Hi Aaron,I guess the advantage...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13109&amp;PID=44397&amp;title=taskdialog-without-an-form#44397</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 13109<br /><strong>Posted:</strong> 09 January 2009 at 2:38pm<br /><br />Hi Aaron,<br><br>I guess the advantage of putting the TaskDialog code in your own ActiveX DLL would be that you could add special/custom behaviour that could then be shared across all of your projects (that reference the DLL). For example, perhaps you always want to have the same Markup appear on part of the TaskDialog...You code it once in your DLL and then many projects can use that same look without any dupicated code.<br><br>The reason I chose the Project menu &gt; References method instead of CreateObject is that my method is Early Bound instead of Late Bound, which is faster (although how much of a difference you would notice on a modern processor, I am not sure). It also has the benefit of keeping the IDE Intellisense working, whereas your Dim td (as variant or as object) method does not. If you aren't the type to find Intellisense useful (some people don't), then this may not be a benefit.<br><br>I also use the Project &gt; References method instead of Project &gt; Components because if the Project &gt; Properties &gt; Make tab &gt; Remove information about unused ActiveX controls option is selected (which it is by default), then I *think* this causes problems with the compiled executable since the control doesn't appear on any forms (so the reference will be removed, and the code won't work). I actually haven't confirmed this in a long, long time, so my memory may be faulty here, and it might not actually be a problem.<br>]]>
   </description>
   <pubDate>Fri, 09 Jan 2009 14:38:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13109&amp;PID=44397&amp;title=taskdialog-without-an-form#44397</guid>
  </item> 
  <item>
   <title><![CDATA[Taskdialog without an Form : Hi,  Jason: What would be the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13109&amp;PID=44396&amp;title=taskdialog-without-an-form#44396</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 13109<br /><strong>Posted:</strong> 09 January 2009 at 2:28pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Jason: What would be the advantage of using a DLL? Do I still have to register XtremeSuiteControls.ocx ?? If you still have to, you can better use:</DIV><DIV>&nbsp;</DIV><DIV>Dim td </DIV><DIV>Set td = CreateObject("Codejock.TaskDialog.12.1.0")</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; td.MainInstructionText = "This is a test"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;td.ShowDialog</DIV><DIV>&nbsp;</DIV><DIV>I don't need control on form, just create it on the fly...</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 09 Jan 2009 14:28:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13109&amp;PID=44396&amp;title=taskdialog-without-an-form#44396</guid>
  </item> 
  <item>
   <title><![CDATA[Taskdialog without an Form : This appears to work:1) Start...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13109&amp;PID=44374&amp;title=taskdialog-without-an-form#44374</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 13109<br /><strong>Posted:</strong> 09 January 2009 at 10:53am<br /><br />This appears to work:<br><br>1) Start VB6 and create a new ActiveX DLL project.<br>2) Click the project menu, and then click References.<br>3) Click the Browse button.<br>4) Navigate to the Codejock OCX folder (%programfiles%\Codejock Software\ActiveX\Xtreme SuitePro ActiveX vXXX\Bin\).<br>5) From the "Files of type" list, select "ActiveX Controls (*.OCX)".<br>6) Select the "Codejock.Controls.Unicode.vXXX" or "Codejock.Controls.vXXX" OCX (the choice depends on your Unicode requirements), and then click Open.<br>7) Click OK.<br><br>Now add the following code to your DLL class:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>Public Sub ShowTaskDialog()<br>&nbsp;&nbsp; Dim lo_Dialog As XtremeSuiteControls.TaskDialog<br>&nbsp;&nbsp; <br>&nbsp;&nbsp; Set lo_Dialog = New XtremeSuiteControls.TaskDialog<br>&nbsp;&nbsp; lo_Dialog.ShowDialog<br>End Sub<br></pre></td></tr></table><br><br>Compile &amp; Reference your DLL in another project, and then create an instance of your class and call ShowTaskDialog. The Task Dialog will appear. You can then add properties to control the dialog appearance as required.<br><br>NOTE: Due to a bug in the VB6 IDE, the next time you go to the project references screen, you will NOT see the XtremeSuite Controls reference selected, even though it IS selected. You can confurm that it is selected by trying to select the reference again (You will get a name conflicts with existing project or llibrary error).<br><br>]]>
   </description>
   <pubDate>Fri, 09 Jan 2009 10:53:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13109&amp;PID=44374&amp;title=taskdialog-without-an-form#44374</guid>
  </item> 
  <item>
   <title><![CDATA[Taskdialog without an Form : Hi together!Is it possible to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13109&amp;PID=44301&amp;title=taskdialog-without-an-form#44301</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4344">Herbie</a><br /><strong>Subject:</strong> 13109<br /><strong>Posted:</strong> 08 January 2009 at 5:36am<br /><br />Hi together!<br><br>Is it possible to use an TaskDialog without an Control an a Form in an DLL?<br><br>Thanks and Best Regards<br><br>Frank<br>]]>
   </description>
   <pubDate>Thu, 08 Jan 2009 05:36:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13109&amp;PID=44301&amp;title=taskdialog-without-an-form#44301</guid>
  </item> 
 </channel>
</rss>