<?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 : SkinFrameWork with .NET</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : General Discussion : SkinFrameWork with .NET]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 10:42:49 +0000</pubDate>
  <lastBuildDate>Sun, 05 Jun 2016 12:32:02 +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=23034</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[SkinFrameWork with .NET : Thanks Olebed.The secondary control...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23034&amp;PID=74784&amp;title=skinframework-with-net#74784</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2416">ElvisM</a><br /><strong>Subject:</strong> 23034<br /><strong>Posted:</strong> 05 June 2016 at 12:32pm<br /><br />Thanks Olebed.<div><br></div><div>The secondary control is a simple MDIChid form, no more. However, it is not able that inheit the skin by itself. I have seen that in your code samples everytime that you use the show() method&nbsp;<span style="line-height: 16.8px;">for MDIChild form </span><span style="line-height: 1.4;">you are using the&nbsp;ApplyWindow method, and this action provoke the flicker effect. All skin samples that come with your product have the same issue.</span></div><div><span style="line-height: 1.4;"><br></span></div><div><span style="line-height: 1.4;">I guess that there is a normal behavior when you use skin for VB.NET, because in VB 6 it works fine.</span></div><div><span style="line-height: 1.4;">Sadly, I will have that remove the skin control for my project because this flicker effect is not a good feature for my program.</span></div><div><span style="line-height: 1.4;"><br></span></div><div><span style="line-height: 1.4;">Best regards,&nbsp;</span></div><div><span style="line-height: 1.4;"><br></span></div><div><span style="line-height: 1.4;"><br></span></div><div><span style="line-height: 1.4;"><br></span></div>]]>
   </description>
   <pubDate>Sun, 05 Jun 2016 12:32:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23034&amp;PID=74784&amp;title=skinframework-with-net#74784</guid>
  </item> 
  <item>
   <title><![CDATA[SkinFrameWork with .NET : Sorry, I&amp;#039;m not familiar with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23034&amp;PID=74767&amp;title=skinframework-with-net#74767</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 23034<br /><strong>Posted:</strong> 29 May 2016 at 1:45pm<br /><br />Sorry, I'm not familiar with VB.NET.<br>It is may be situation described in documentation of SkinFramework Control:<br><br><font color="#000099">There are some situations where a control will not be able to automatically be skinned as the parent control might not support seamless background texturing.&nbsp; In these cases the EnableThemeDialogTexture&nbsp;</font><font color="#000099">method can be used to apply the skin texture to the child control.</font><br><br>Also try change call sequence<table width="99%"><tr><td><pre class="BBcode"><span style="line-height: 16.8px; : rgb248, 248, 252;">AxSkinFrameWork1.LoadSkin(SkinFolder,"")</span><div style="line-height: 16.8px; : rgb248, 248, 252;"><span style="line-height: 16.8px;">AxSkinFrameWork1.ApplyWindow(Me.Handle.ToInt32)</pre></td></tr></table> to <table width="99%"><tr><td><pre class="BBcode"></span></div><div style="line-height: 16.8px; : rgb248, 248, 252;"><span style="line-height: 16.8px;">AxSkinFrameWork1.ApplyWindow(Me.Handle.ToInt32)<br></span><span style="line-height: 16.8px;">AxSkinFrameWork1.LoadSkin(SkinFolder,"")</span><span style="line-height: 16.8px;"></pre></td></tr></table></span></div>]]>
   </description>
   <pubDate>Sun, 29 May 2016 13:45:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23034&amp;PID=74767&amp;title=skinframework-with-net#74767</guid>
  </item> 
  <item>
   <title><![CDATA[SkinFrameWork with .NET : Any suggestion?Please... ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23034&amp;PID=74766&amp;title=skinframework-with-net#74766</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2416">ElvisM</a><br /><strong>Subject:</strong> 23034<br /><strong>Posted:</strong> 29 May 2016 at 11:20am<br /><br />Any suggestion?<div>Please...</div>]]>
   </description>
   <pubDate>Sun, 29 May 2016 11:20:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23034&amp;PID=74766&amp;title=skinframework-with-net#74766</guid>
  </item> 
  <item>
   <title><![CDATA[SkinFrameWork with .NET :  I have just solved the last...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23034&amp;PID=74762&amp;title=skinframework-with-net#74762</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2416">ElvisM</a><br /><strong>Subject:</strong> 23034<br /><strong>Posted:</strong> 28 May 2016 at 12:00am<br /><br /><div>I have just solved the last problem (upgrading codejock versions from 16.3 to 17.2)</div><div><br></div><div>Regarding the "skin flicker effect" it continues</div><div><br></div><div>My question is: </div><div><br></div><div>if the AutoApplyNewWindows property is set to true</div><div><br></div><div>...<br></div><div>AxSkinFramework1.AutoApplyNewWindows = True</div><div>...</div><div><br></div><div>Why the mdichilds dont take the same skin?</div><div><br></div><div>To "solve" this I have to set the skin manually to every mdichild after form show method, and this action provoke a horrible effect, because the form is showed with the default&nbsp;windows skin and 0.5 second after, the skin is set...</div><div><br></div><div>Is there any tip or hint please???</div><div><br></div><div><br></div>]]>
   </description>
   <pubDate>Sat, 28 May 2016 00:00:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23034&amp;PID=74762&amp;title=skinframework-with-net#74762</guid>
  </item> 
  <item>
   <title><![CDATA[SkinFrameWork with .NET : I have just installed the version...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23034&amp;PID=74761&amp;title=skinframework-with-net#74761</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2416">ElvisM</a><br /><strong>Subject:</strong> 23034<br /><strong>Posted:</strong> 27 May 2016 at 11:31pm<br /><br />I have just installed the version 17.2 (trial) and It seems that I LOST all my designs. This is the second time that it happens, first I have to construct all my forms&nbsp;<img src="http://forum.codejock.com/smileys/smiley19.gif" border="0" alt="Cry" title="Cry" /><div>I changed into then file .vproj (16 to 17) and (3 to 2), however this apperars in Visual Basic NET</div><div><br></div><div>What do I have to do???</div><div>I would heat to re-design all the forms...&nbsp;<img src="http://forum.codejock.com/smileys/smiley7.gif" border="0" alt="Angry" title="Angry" /></div><div><br></div><div><img src="uploads/2416/Error.png" height="768" width="1366" border="0" /><br></div><div><br></div><div><br></div>]]>
   </description>
   <pubDate>Fri, 27 May 2016 23:31:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23034&amp;PID=74761&amp;title=skinframework-with-net#74761</guid>
  </item> 
  <item>
   <title><![CDATA[SkinFrameWork with .NET : SkinManager is just class helper...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23034&amp;PID=74759&amp;title=skinframework-with-net#74759</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 23034<br /><strong>Posted:</strong> 27 May 2016 at 1:19pm<br /><br />SkinManager is just class helper to show many skins in one application with different settings. Of course you can use&nbsp;SkinFramework without&nbsp;<span style="line-height: 16.8px;">SkinManager.</span>]]>
   </description>
   <pubDate>Fri, 27 May 2016 13:19:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23034&amp;PID=74759&amp;title=skinframework-with-net#74759</guid>
  </item> 
  <item>
   <title><![CDATA[SkinFrameWork with .NET : Hello Olebed, thanks for your...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23034&amp;PID=74758&amp;title=skinframework-with-net#74758</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2416">ElvisM</a><br /><strong>Subject:</strong> 23034<br /><strong>Posted:</strong> 27 May 2016 at 12:46pm<br /><br />Hello Olebed, thanks for your answer.<div>Let me download the 17.2 version.</div><div><br></div><div>But, with the version 17.2 can I continue using the SkinFrameWork Activex in .NET instead classes?</div>]]>
   </description>
   <pubDate>Fri, 27 May 2016 12:46:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23034&amp;PID=74758&amp;title=skinframework-with-net#74758</guid>
  </item> 
  <item>
   <title><![CDATA[SkinFrameWork with .NET : Hello ElvisM,Did you try last...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23034&amp;PID=74757&amp;title=skinframework-with-net#74757</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 23034<br /><strong>Posted:</strong> 27 May 2016 at 12:00pm<br /><br />Hello ElvisM,<br><br>Did you try last version of library v17.2 ?<br>We did some optimization in SkinFramework. Also added HighDPI support.<br><br>Regards,<br>&nbsp;Oleksandr Lebed]]>
   </description>
   <pubDate>Fri, 27 May 2016 12:00:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23034&amp;PID=74757&amp;title=skinframework-with-net#74757</guid>
  </item> 
  <item>
   <title><![CDATA[SkinFrameWork with .NET : Dear all.Iam so new in codejock...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23034&amp;PID=74756&amp;title=skinframework-with-net#74756</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2416">ElvisM</a><br /><strong>Subject:</strong> 23034<br /><strong>Posted:</strong> 27 May 2016 at 11:05am<br /><br />Dear all.<div>Iam so new in codejock and .NET.</div><div>Iam tryig SkinFrameWork, I am coding like Visual Basic 6, I mean I put the SK control intothe MDI form and wrote the next 4 lines</div><div><br></div><div>AxSkinFrameWork1.LoadSkin(SkinFolder,"")</div><div><span style="line-height: 16.8px;">AxSkinFrameWork1.ApplyWindow(Me.Handle.ToInt32)</span></div><div><span style="line-height: 16.8px;">AxSkinFrameWork1.ApplyOptions =&nbsp;</span><span style="line-height: 16.8px;">AxSkinFrameWork1.ApplyOptions or XtremeSkinFramework.SkinFrameWorkApplyOptions.xtpSkinApplyMetrics</span></div><div><span style="line-height: 16.8px;">AxSkinFrameWork1..AutoApplyNewwindows= true</span></div><div><span style="line-height: 16.8px;"><br></span></div><div><span style="line-height: 16.8px;"><br></span></div><div><span style="line-height: 16.8px;">The program works fine for MDI form, but MDI child...</span></div><div><span style="line-height: 16.8px;"><br></span></div><div><span style="line-height: 16.8px;">the only way that I have found to correct that in execute the line&nbsp;</span><span style="line-height: 16.8px;">AxSkinFrameWork1.ApplyWindow(MDIChild.Handle.ToInt32) for every MDIChlid that I want to execute, porblem here is "</span>a kind of annoying flicker" in the MDIChild (slowly you can see the form without sking, 1 second after, the form is skinned).</div><div><br></div><div>I reviewd the NET samples for MDI forms, and these programs dont use the SkinFrameWork ActiveX control, they are using class,&nbsp;<span style="line-height: 16.8px;">however the flicker effect in the same...</span><span style="line-height: 16.8px;">&nbsp;</span></div><div><br></div><div>In Visual Basic 6 it was not happens...</div><div><br></div><div>Is there a trick to fix this effect?</div><div><br></div><div>Thanks in advance.</div><div><br></div><div>Best regards</div>]]>
   </description>
   <pubDate>Fri, 27 May 2016 11:05:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23034&amp;PID=74756&amp;title=skinframework-with-net#74756</guid>
  </item> 
 </channel>
</rss>