<?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 : how to change font of items</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Task Panel : how to change font of items]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 14:58:13 +0000</pubDate>
  <lastBuildDate>Mon, 14 Aug 2006 08:56: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=4787</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[how to change font of items : Yep, I changed theme ! Putting...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4787&amp;PID=14855&amp;title=how-to-change-font-of-items#14855</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=729">tobi</a><br /><strong>Subject:</strong> 4787<br /><strong>Posted:</strong> 14 August 2006 at 8:56am<br /><br />Yep, I changed theme ! Putting code after the theme change works !!!<DIV>Thanks a lot <img src="https://forum.codejock.com/smileys/smiley20.gif" border="0"></DIV>]]>
   </description>
   <pubDate>Mon, 14 Aug 2006 08:56:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4787&amp;PID=14855&amp;title=how-to-change-font-of-items#14855</guid>
  </item> 
  <item>
   <title><![CDATA[how to change font of items : Maybe you change the theme afterwards?In...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4787&amp;PID=14850&amp;title=how-to-change-font-of-items#14850</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 4787<br /><strong>Posted:</strong> 14 August 2006 at 8:35am<br /><br />Maybe you change the theme afterwards?<br><br>In our taskpanel sample I just put that code at the end of form load and it works.<br>]]>
   </description>
   <pubDate>Mon, 14 Aug 2006 08:35:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4787&amp;PID=14850&amp;title=how-to-change-font-of-items#14850</guid>
  </item> 
  <item>
   <title><![CDATA[how to change font of items : I&#180;ve put that code in my Form_Load...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4787&amp;PID=14847&amp;title=how-to-change-font-of-items#14847</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=729">tobi</a><br /><strong>Subject:</strong> 4787<br /><strong>Posted:</strong> 14 August 2006 at 8:27am<br /><br /><P>Iīve put that code in my Form_Load event but the font and size doesnīt change !?</P>]]>
   </description>
   <pubDate>Mon, 14 Aug 2006 08:27:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4787&amp;PID=14847&amp;title=how-to-change-font-of-items#14847</guid>
  </item> 
  <item>
   <title><![CDATA[how to change font of items : It is possible using TaskPanel.ItemsFont....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4787&amp;PID=14845&amp;title=how-to-change-font-of-items#14845</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 4787<br /><strong>Posted:</strong> 14 August 2006 at 8:16am<br /><br />It is possible using TaskPanel.ItemsFont.&nbsp; For example:<br><br>&nbsp;&nbsp;&nbsp; Dim x As New StdFont<br>&nbsp;&nbsp;&nbsp; x.Size = 16<br>&nbsp;&nbsp;&nbsp; x.Name = "Arial"<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Set wndTaskPanel.ItemsFont = x<br>]]>
   </description>
   <pubDate>Mon, 14 Aug 2006 08:16:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4787&amp;PID=14845&amp;title=how-to-change-font-of-items#14845</guid>
  </item> 
  <item>
   <title><![CDATA[how to change font of items : How is it possible in vb6 to change...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4787&amp;PID=14829&amp;title=how-to-change-font-of-items#14829</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=729">tobi</a><br /><strong>Subject:</strong> 4787<br /><strong>Posted:</strong> 13 August 2006 at 1:06pm<br /><br />How is it possible in vb6 to change the font name and size of taskpanel items ? Trying it through design time proprties results in an error and I donīt know how to do it with code ...<DIV></DIV>]]>
   </description>
   <pubDate>Sun, 13 Aug 2006 13:06:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4787&amp;PID=14829&amp;title=how-to-change-font-of-items#14829</guid>
  </item> 
 </channel>
</rss>