<?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 with C++</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : TaskDialog with C++]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 05:49:42 +0000</pubDate>
  <lastBuildDate>Mon, 15 Sep 2008 10:12:28 +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=11974</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 with C++ : Hi Oleg,problem has gone as we...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11974&amp;PID=41021&amp;title=taskdialog-with-c#41021</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4473">AndreasM</a><br /><strong>Subject:</strong> 11974<br /><strong>Posted:</strong> 15 September 2008 at 10:12am<br /><br />Hi Oleg,<br><br>problem has gone as we gave back the ActiveX version and purchased the MFC-version....<br><br>Best regards, Andreas<br>]]>
   </description>
   <pubDate>Mon, 15 Sep 2008 10:12:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11974&amp;PID=41021&amp;title=taskdialog-with-c#41021</guid>
  </item> 
  <item>
   <title><![CDATA[TaskDialog with C++ : Hi Oleg,basically this sounds...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11974&amp;PID=40798&amp;title=taskdialog-with-c#40798</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4473">AndreasM</a><br /><strong>Subject:</strong> 11974<br /><strong>Posted:</strong> 08 September 2008 at 9:36am<br /><br />Hi Oleg,<br><br>basically this sounds good<img src="http://forum.codejock.com/smileys/smiley1.gif" border="0" align="absmiddle">.<br>But I still have some problems here (when I try it in a new project):<br><br>- I insert an ActiveX Control to my dialog -&gt; 'XTreme TaskDialog Control' -&gt; Fine!<br><br>- But then I want to add a dialog variable ('Add Variable...') to trigger the generation of the wrapper class -&gt; VisualStudio reports an error 'The Extender Provider failed to return an Extender for this object' <img src="http://forum.codejock.com/smileys/smiley19.gif" border="0" align="absmiddle"><br><br>With other ActiveX Controls (e.g. Adobe PDF reader) I've got no problems here, the wrapper class gets generated!<br><br>By the way, I posted another task to this forum: TaskDialog with JScript -&gt; maybe you've some hints here, too??<br><br>Thank you very much for your assistance,<br>Andreas<br>]]>
   </description>
   <pubDate>Mon, 08 Sep 2008 09:36:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11974&amp;PID=40798&amp;title=taskdialog-with-c#40798</guid>
  </item> 
  <item>
   <title><![CDATA[TaskDialog with C++ : Hi,  Here sample project. It...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11974&amp;PID=40790&amp;title=taskdialog-with-c#40790</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11974<br /><strong>Posted:</strong> 08 September 2008 at 6:49am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Here sample project. It only use TaskDialog from 12.1 beta :( so you need change GUIDs.</DIV><DIV>&nbsp;</DIV><DIV><a href="http://forum.codejock.com/uploads/20080908_064839_C&#111;ntrolTest2.zip" target="_blank">uploads/20080908_064839_ControlTest2.zip</A></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Basic idea is to put TaskDialog to dialog&nbsp; as ActiveX and let VisualStudio generate headers.</DIV>]]>
   </description>
   <pubDate>Mon, 08 Sep 2008 06:49:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11974&amp;PID=40790&amp;title=taskdialog-with-c#40790</guid>
  </item> 
  <item>
   <title><![CDATA[TaskDialog with C++ : Hi, I made a small C++ MFC sample...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11974&amp;PID=40451&amp;title=taskdialog-with-c#40451</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4473">AndreasM</a><br /><strong>Subject:</strong> 11974<br /><strong>Posted:</strong> 27 August 2008 at 3:47am<br /><br />Hi, <br>I made a small C++ MFC sample with VC 2005 (Version 8.0.50727.762 SP.050727-7600), of course with AfxOleInit() <img src="http://forum.codejock.com/smileys/smiley2.gif" border="0" align="absmiddle"><br>You can find the source below. The effect is the same as with JScript:<br>CreateDispatch works and loads the .ocx into the process, but the rest not...<br><br>Maybe I forgot some other stuff? Some C++ samples would be very helpful here!<br><br>Best regards, Andreas<br><br><br><a href="uploads/20080827_034412_C&#111;ntrolTest.zip" target="_blank">uploads/20080827_034412_ControlTest.zip</a><br>]]>
   </description>
   <pubDate>Wed, 27 Aug 2008 03:47:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11974&amp;PID=40451&amp;title=taskdialog-with-c#40451</guid>
  </item> 
  <item>
   <title><![CDATA[TaskDialog with C++ : Hi,  Please attach project to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11974&amp;PID=40432&amp;title=taskdialog-with-c#40432</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11974<br /><strong>Posted:</strong> 26 August 2008 at 12:00pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Please attach project to test. Maybe forgot AfxOleInit() or something...</DIV>]]>
   </description>
   <pubDate>Tue, 26 Aug 2008 12:00:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11974&amp;PID=40432&amp;title=taskdialog-with-c#40432</guid>
  </item> 
  <item>
   <title><![CDATA[TaskDialog with C++ : Hi,this topic is quite similar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11974&amp;PID=40424&amp;title=taskdialog-with-c#40424</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4473">AndreasM</a><br /><strong>Subject:</strong> 11974<br /><strong>Posted:</strong> 26 August 2008 at 10:36am<br /><br />Hi,<br>this topic is quite similar to may other topic (TaskDialog with JScript) as I get the same errors: I'm trying to use the ActiveX TaskDialog with C++ (code see below). creating the dispatch interface works but calling any method or setting any property throws a COleException with m_sc = -2147418113 <img src="http://forum.codejock.com/smileys/smiley19.gif" border="0" align="absmiddle"><br><br>Does anyone has examples how to use the TaskDialog ActiveX from C++?<br>Yes, I know that there's an MFC-Version but we purchased the ActiveX version to use the control with different programming languages...<br><br>Any sample code or tip is appreciated!<br>Thanks, Andreas <br><br>___________________________________________________<br><br>&nbsp;&nbsp;&nbsp; CDTaskDialog TaskDlg;<br><br>&nbsp;&nbsp;&nbsp; try<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; TaskDlg.CreateDispatch(L"Codejock.TaskDialog.12.0.1");<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; TaskDlg.SetWindowTitle(L"Test");<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; TaskDlg.ShowDialog();<br>&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; catch(CException* e)<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if(e)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; e-&gt;ReportError();<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; e-&gt;Delete();<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; }<br>}<br><br>]]>
   </description>
   <pubDate>Tue, 26 Aug 2008 10:36:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11974&amp;PID=40424&amp;title=taskdialog-with-c#40424</guid>
  </item> 
 </channel>
</rss>