<?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 : Version  13.0.0 form icon</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : ActiveX COM : Version  13.0.0 form icon]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 06 Apr 2026 02:50:46 +0000</pubDate>
  <lastBuildDate>Thu, 26 Feb 2009 03:44:45 +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=13463</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[Version  13.0.0 form icon : Hi,  If you call EnableOffice2007Frame...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13463&amp;PID=45896&amp;title=version-13-0-0-form-icon#45896</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13463<br /><strong>Posted:</strong> 26 February 2009 at 3:44am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>If you call EnableOffice2007Frame you have remove thi s window from skinning then - SkinFramework.RemoveWindow me.hWnd</DIV><DIV>They are conflicted.</DIV>]]>
   </description>
   <pubDate>Thu, 26 Feb 2009 03:44:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13463&amp;PID=45896&amp;title=version-13-0-0-form-icon#45896</guid>
  </item> 
  <item>
   <title><![CDATA[Version  13.0.0 form icon : I was calling it, and if I remove...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13463&amp;PID=45866&amp;title=version-13-0-0-form-icon#45866</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1588">spol</a><br /><strong>Subject:</strong> 13463<br /><strong>Posted:</strong> 25 February 2009 at 10:36am<br /><br />I was calling it, and if I remove the call ( CommandBars.EnableOffice2007Frame False ) all works fine  <img src="http://forum.codejock.com/smileys/smiley1.gif" border="0" align="middle"> with any combination of the SkinFramework.ApplyOptions. <img src="http://forum.codejock.com/smileys/smiley32.gif" border="0" align="middle"> <br /><br />One question, from the help I get :<br />EnableOffice2007Frame is useful when the Office 2007 visual theme is applied so the entire application is Office 2007 themed.<br /><br />Do I need to call EnableOffice2007Frame? I am using office 2007 themes, or I can live without ?<br /><br />Thanks for the early replies<br />Paolo Saudin]]>
   </description>
   <pubDate>Wed, 25 Feb 2009 10:36:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13463&amp;PID=45866&amp;title=version-13-0-0-form-icon#45866</guid>
  </item> 
  <item>
   <title><![CDATA[Version  13.0.0 form icon : Hi, Do you call CommandBars.EnableOffice2007Frame?  ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13463&amp;PID=45853&amp;title=version-13-0-0-form-icon#45853</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13463<br /><strong>Posted:</strong> 25 February 2009 at 8:18am<br /><br /><P>Hi,</P><DIV>Do you call CommandBars.EnableOffice2007Frame?</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 25 Feb 2009 08:18:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13463&amp;PID=45853&amp;title=version-13-0-0-form-icon#45853</guid>
  </item> 
  <item>
   <title><![CDATA[Version  13.0.0 form icon : This works ok : SkinFramework.LoadSkin...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13463&amp;PID=45851&amp;title=version-13-0-0-form-icon#45851</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1588">spol</a><br /><strong>Subject:</strong> 13463<br /><strong>Posted:</strong> 25 February 2009 at 7:40am<br /><br />This works ok :<br />SkinFramework.LoadSkin skinFile, ""<br />SkinFramework.ApplyOptions = xtpSkinApplyMenus Or _<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;xtpSkinApplyColors Or xtpSkinApplyMetrics<br />SkinFramework.ApplyWindow Me.Hwnd<br /><br /><br />If I set the frame bit then it does not work showing the problem I described before :<br />SkinFramework.ApplyOptions = xtpSkinApplyFrame<br /><br />It does not work with any other combination when the xtpSkinApplyFrame flag is set<br /><br /><img src="uploads/20090225_073939_Test.jpg" border="0"><br /><br />Thanks a lot, it's still not good as the v12.1.1 version but I can now use it<br /><br /><br />]]>
   </description>
   <pubDate>Wed, 25 Feb 2009 07:40:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13463&amp;PID=45851&amp;title=version-13-0-0-form-icon#45851</guid>
  </item> 
  <item>
   <title><![CDATA[Version  13.0.0 form icon : Hi,  Do you change ApplyMetrics...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13463&amp;PID=45835&amp;title=version-13-0-0-form-icon#45835</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13463<br /><strong>Posted:</strong> 25 February 2009 at 2:02am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Do you change ApplyMetrics property ? If you have it, just comment this line.</DIV>]]>
   </description>
   <pubDate>Wed, 25 Feb 2009 02:02:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13463&amp;PID=45835&amp;title=version-13-0-0-form-icon#45835</guid>
  </item> 
  <item>
   <title><![CDATA[Version  13.0.0 form icon : I don&amp;#039;t khow how to use skin...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13463&amp;PID=45825&amp;title=version-13-0-0-form-icon#45825</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1588">spol</a><br /><strong>Subject:</strong> 13463<br /><strong>Posted:</strong> 24 February 2009 at 3:15pm<br /><br />I don't khow how to use skin frames, and I haven't changed any windows vista settings. I wonder why with 12.1.1 components behave normally either in VB6 IDE and the compiled version on the very same machine.<br /><br />Thanks,<br />Paolo ]]>
   </description>
   <pubDate>Tue, 24 Feb 2009 15:15:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13463&amp;PID=45825&amp;title=version-13-0-0-form-icon#45825</guid>
  </item> 
  <item>
   <title><![CDATA[Version  13.0.0 form icon : Hi,  Seems you use SkinFramework...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13463&amp;PID=45743&amp;title=version-13-0-0-form-icon#45743</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13463<br /><strong>Posted:</strong> 23 February 2009 at 3:26am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Seems you use SkinFramework but not skin frames ? Guess you have remove it in Vista or enable frame skinning too.</DIV>]]>
   </description>
   <pubDate>Mon, 23 Feb 2009 03:26:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13463&amp;PID=45743&amp;title=version-13-0-0-form-icon#45743</guid>
  </item> 
  <item>
   <title><![CDATA[Version  13.0.0 form icon : I upgraded my project to version...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13463&amp;PID=45721&amp;title=version-13-0-0-form-icon#45721</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1588">spol</a><br /><strong>Subject:</strong> 13463<br /><strong>Posted:</strong> 21 February 2009 at 2:26pm<br /><br />I upgraded my project to version 13.0.0 and all went fine but the MDI form keep resizing on it's own. I mean the form shows up normally, then suddenly the program icon on the top left disappear and the form resize growing a bit in it's height. If I click on some control the icon get back, but after one second or less disappear again.<br /><br />The same project with version 12.1.1 woks perfectly. <br />I use CommandBars, DockingPane, Calendar, TaskPanel, SkinFramework, PropertyGrid, Controls and SyntaxEdit components<br /><br />Product: Xtreme SuitePro (ActiveX) version 13.0.0 <br />Platform: Windows Vista (32bit) - SP 1<br />Language: Visual Basic 6.0 <br /><br /><img src="uploads/20090221_142549_Codejock.jpg" border="0"><br /><br />Thanks<br />Paolo Saudin<br />]]>
   </description>
   <pubDate>Sat, 21 Feb 2009 14:26:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13463&amp;PID=45721&amp;title=version-13-0-0-form-icon#45721</guid>
  </item> 
 </channel>
</rss>