<?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 font settings</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : TaskDialog font settings]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 09 Apr 2026 04:53:12 +0000</pubDate>
  <lastBuildDate>Mon, 18 Apr 2011 07:39:19 +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=18234</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 font settings : It would be a nice feature to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18234&amp;PID=63939&amp;title=taskdialog-font-settings#63939</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 18234<br /><strong>Posted:</strong> 18 April 2011 at 7:39am<br /><br />It would be a nice feature to have, but I think you will have to open a support ticket to request it :(]]>
   </description>
   <pubDate>Mon, 18 Apr 2011 07:39:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18234&amp;PID=63939&amp;title=taskdialog-font-settings#63939</guid>
  </item> 
  <item>
   <title><![CDATA[TaskDialog font settings : Maybe you can use a template string...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18234&amp;PID=63937&amp;title=taskdialog-font-settings#63937</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6226">Willowmaster</a><br /><strong>Subject:</strong> 18234<br /><strong>Posted:</strong> 18 April 2011 at 5:46am<br /><br />Maybe you can use a template string in a module like this: <DIV>&nbsp;&nbsp;&nbsp;&nbsp; Const cstrMainInstructionText As String = "&lt;TextBlock FontSize='10pt'&gt;%1&lt;TextBlock&gt;"</DIV><DIV>&nbsp;</DIV><DIV>With every TaskDialog you can use:</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp; .MainInstructionText = Replace(cstrMainInstructionText, "%1", "Custom tekst here..")</DIV><DIV>&nbsp;</DIV><DIV>You can do the same for ContextText and AddButton</DIV>]]>
   </description>
   <pubDate>Mon, 18 Apr 2011 05:46:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18234&amp;PID=63937&amp;title=taskdialog-font-settings#63937</guid>
  </item> 
  <item>
   <title><![CDATA[TaskDialog font settings : Thank jbpro.  I knowed this,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18234&amp;PID=63936&amp;title=taskdialog-font-settings#63936</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4669">gibra</a><br /><strong>Subject:</strong> 18234<br /><strong>Posted:</strong> 18 April 2011 at 5:11am<br /><br />Thank jbpro.<DIV>&nbsp;</DIV><DIV>I knowed this, but I don't want to use Markup; </DIV><DIV>because it force me to write extra code any time for all TaskDialog messages. <img src="http://forum.codejock.com/smileys/smiley19.gif" height="17" width="17" border="0" alt="Cry" title="Cry" /></DIV><DIV>&nbsp;</DIV><DIV>Using a simple Font object become very simple. Like:</DIV><DIV>- FontMain.Size = 12</DIV><DIV>- FontContents.Size = 10</DIV><DIV>- FontFooter.Size = 8</DIV><DIV>&nbsp;</DIV><DIV>Thank anyway for your suggestion.</DIV><DIV><img src="http://forum.codejock.com/smileys/smiley1.gif" height="17" width="17" border="0" alt="Smile" title="Smile" /></DIV>]]>
   </description>
   <pubDate>Mon, 18 Apr 2011 05:11:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18234&amp;PID=63936&amp;title=taskdialog-font-settings#63936</guid>
  </item> 
  <item>
   <title><![CDATA[TaskDialog font settings : You can do it with Markup:  With...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18234&amp;PID=63933&amp;title=taskdialog-font-settings#63933</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 18234<br /><strong>Posted:</strong> 17 April 2011 at 10:34pm<br /><br />You can do it with Markup:<br><br><table width="99%"><tr><td><pre class="BBcode"><br>&nbsp;&nbsp; With Me.TaskDialog1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .EnableMarkup = True<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .MainInstructionText = "&lt;TextBlock FontSize='10pt'&gt;Main Instruction&lt;/TextBlock&gt;"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ContentText = "&lt;TextBlock FontSize='10pt'&gt;Content &lt;/TextBlock&gt;"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AddButton "&lt;TextBlock FontSize='10pt'&gt;Test&lt;/TextBlock&gt;", 100<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ShowDialog<br>&nbsp;&nbsp; End With<br></pre></td></tr></table><br>]]>
   </description>
   <pubDate>Sun, 17 Apr 2011 22:34:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18234&amp;PID=63933&amp;title=taskdialog-font-settings#63933</guid>
  </item> 
  <item>
   <title><![CDATA[TaskDialog font settings : There is a way to set Font attributes...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18234&amp;PID=63931&amp;title=taskdialog-font-settings#63931</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4669">gibra</a><br /><strong>Subject:</strong> 18234<br /><strong>Posted:</strong> 17 April 2011 at 6:41pm<br /><br />There is a way to set Font attributes in TaskDialog?<DIV>&nbsp;</DIV><DIV>I explain better,</DIV><DIV>I have a application where all texts are set with Font.Size = 10</DIV><DIV>&nbsp;</DIV><DIV>So, I would display the messages,&nbsp;displayed using TaskDialog,&nbsp;with the same font size.</DIV><DIV>But in TaskDialog the Font properties seems missing... <img src="http://forum.codejock.com/smileys/smiley18.gif" height="17" width="17" border="0" alt="Ouch" title="Ouch" /></DIV><DIV>&nbsp;</DIV><DIV>Yhank in advance.</DIV><DIV><img src="http://forum.codejock.com/smileys/smiley1.gif" height="17" width="17" border="0" alt="Smile" title="Smile" /></DIV>]]>
   </description>
   <pubDate>Sun, 17 Apr 2011 18:41:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18234&amp;PID=63931&amp;title=taskdialog-font-settings#63931</guid>
  </item> 
 </channel>
</rss>