<?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 : [BUG] Font assignment ignored in 18.3</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : [BUG] Font assignment ignored in 18.3]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 07:33:17 +0000</pubDate>
  <lastBuildDate>Tue, 20 Feb 2018 10:19:25 +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=23577</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[[BUG] Font assignment ignored in 18.3 : Please try this code (approach)...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23577&amp;PID=76613&amp;title=bug-font-assignment-ignored-in-18-3#76613</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8199">astoyan</a><br /><strong>Subject:</strong> 23577<br /><strong>Posted:</strong> 20 February 2018 at 10:19am<br /><br />Please try this code (approach) which definitely works in 18.3, I have tested:<div><br></div><div><div>&nbsp; Dim newFont As StdFont</div><div>&nbsp; Set newFont = New StdFont</div><div><br></div><div>&nbsp; With newFont</div><div>&nbsp; &nbsp; .Bold = True</div><div>&nbsp; &nbsp; .Italic = True</div><div>&nbsp; &nbsp; .Name = "Tahoma"</div><div>&nbsp; &nbsp; .Size = "14"</div><div>&nbsp; &nbsp; .Underline = True</div><div>&nbsp; &nbsp; .Strikethrough = False</div><div>&nbsp; &nbsp;End With</div><div><br></div><div>&nbsp; Set TabControl1.Font = newFont</div></div><div><br></div><div>Regards,<br>&nbsp; Alexander</div>]]>
   </description>
   <pubDate>Tue, 20 Feb 2018 10:19:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23577&amp;PID=76613&amp;title=bug-font-assignment-ignored-in-18-3#76613</guid>
  </item> 
  <item>
   <title><![CDATA[[BUG] Font assignment ignored in 18.3 : In 17.3 I was able to assign font.name...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23577&amp;PID=76605&amp;title=bug-font-assignment-ignored-in-18-3#76605</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4913">TomasS</a><br /><strong>Subject:</strong> 23577<br /><strong>Posted:</strong> 19 February 2018 at 10:25am<br /><br />In 17.3 I was able to assign font.name and font.size for comboboxes and listview. Those now fail. Setting it in the IDE seems to work, but doing it from code fails.<div>It works fine for other controls like the pushbutton.</div>]]>
   </description>
   <pubDate>Mon, 19 Feb 2018 10:25:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23577&amp;PID=76605&amp;title=bug-font-assignment-ignored-in-18-3#76605</guid>
  </item> 
 </channel>
</rss>