<?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 : [RESOLVED] TaskDialog in C#.Net</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : [RESOLVED] TaskDialog in C#.Net]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 04:27:32 +0000</pubDate>
  <lastBuildDate>Tue, 08 Jan 2013 08:31:01 +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=20426</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[[RESOLVED] TaskDialog in C#.Net : Hi Supermario,Thanks for checking...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=20426&amp;PID=69543&amp;title=resolved-taskdialog-in-c-net#69543</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2960">Xander75</a><br /><strong>Subject:</strong> 20426<br /><strong>Posted:</strong> 08 January 2013 at 8:31am<br /><br />Hi Supermario,<br><br>Thanks for checking this out for me!<br><br>I have only installed VS2012 Professional as of last night, prior to this I was playing about with VS2010 Express Edition. It would appear that this works as expected in VS2012 Professional and it was the Express Edition that was causing the issues with the CJ components!<br><br>On a further note this has also resolved my issue with the CalendarControl I was having too!!!<br><br>So beware of VS2010 ExpressEditions folks!!!<br>]]>
   </description>
   <pubDate>Tue, 08 Jan 2013 08:31:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=20426&amp;PID=69543&amp;title=resolved-taskdialog-in-c-net#69543</guid>
  </item> 
  <item>
   <title><![CDATA[[RESOLVED] TaskDialog in C#.Net : What version of .NET? Your code...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=20426&amp;PID=69534&amp;title=resolved-taskdialog-in-c-net#69534</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 20426<br /><strong>Posted:</strong> 07 January 2013 at 1:28pm<br /><br />What version of .NET? &nbsp;Your code works fine for me. &nbsp;I tried in VS2008 and VS2012, both work fine. &nbsp;Can you submit the project?]]>
   </description>
   <pubDate>Mon, 07 Jan 2013 13:28:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=20426&amp;PID=69534&amp;title=resolved-taskdialog-in-c-net#69534</guid>
  </item> 
  <item>
   <title><![CDATA[[RESOLVED] TaskDialog in C#.Net :     Hi,I will be moving over...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=20426&amp;PID=69412&amp;title=resolved-taskdialog-in-c-net#69412</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2960">Xander75</a><br /><strong>Subject:</strong> 20426<br /><strong>Posted:</strong> 13 December 2012 at 11:12am<br /><br />Hi,<br><br>I will be moving over to C#.Net sometime during the start of next year, this means all my current projects will at some point require to be coded over to C# from VB6.<br><br>I have been playing around with C# and can get most controls working as before, however I can't seem to get the TaskDialog to display.<br><br>When I step through, the code just passes over the line "TaskDialog.ShowDialog();" and nothing displays. <br><br>Does this work in C#?<br><br><table width="99%"><tr><td><pre class="BBcode">TaskDialog.Reset();<br>TaskDialog.AddButton("Yes", 100);<br>TaskDialog.AddButton("No", 101);<br>TaskDialog.ContentText = "Can you read this message?";<br>TaskDialog.DefaultButton = 101;<br>TaskDialog.MessageBoxStyle = true;<br>TaskDialog.WindowTitle = "Test Message";<br>TaskDialog.ShowDialog();<br></pre></td></tr></table><br>I normally wrap a case statement around the .ShowDialog in this case it would be a switch statement but the code above as is doesn't fire.<br><br>PS. I can't see a TaskDialog sample to confirm if this works or not.<br>]]>
   </description>
   <pubDate>Thu, 13 Dec 2012 11:12:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=20426&amp;PID=69412&amp;title=resolved-taskdialog-in-c-net#69412</guid>
  </item> 
 </channel>
</rss>