<?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 : Skin disappears on one form...</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Skin Framework : Skin disappears on one form...]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 17 Apr 2026 07:16:07 +0000</pubDate>
  <lastBuildDate>Fri, 28 Mar 2008 21:11:29 +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=9970</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[Skin disappears on one form... : Problem solved now....it really...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9970&amp;PID=32773&amp;title=skin-disappears-on-one-form#32773</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3878">MiStErX45433</a><br /><strong>Subject:</strong> 9970<br /><strong>Posted:</strong> 28 March 2008 at 9:11pm<br /><br />Problem solved now....it really was such a simple mistake and a noob thing to do on my part. For future reference to newcomers and the like, here is what happened and what I did to resolve my issue from my first post. <br><br>First off, I placed skin controls on both forms I had....took the one off that was on my secondary form but left the main MDI form alone. That was the first problem. Secondly, I wasn't referencing the mainMDI form properly in the form load event of my secondary form. I simply placed my form name and then a dot in front of the apply window method...<table width="99%"><tr><td><pre class="BBcode">mainMDI.AxSkinFramework.ApplyWindow(Me.Handle)</pre></td></tr></table>Thirdly, I was calling the load skin method for a second time in my secondary form which obviously was not necessary, so I simply removed that from it's form load event. I am not 100% sure if this is the proper way to do this, but for me it worked. I don't get any errors doing it this way but for you it may be different. <br><br>Thanks again to all who posted to try and help. <img src="http://forum.codejock.com/smileys/smiley20.gif" border="0" align="absmiddle"> And keep up on the awesome job of creating great software for developers!<br><br>Peace,<br>MiStErX45433<br>]]>
   </description>
   <pubDate>Fri, 28 Mar 2008 21:11:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9970&amp;PID=32773&amp;title=skin-disappears-on-one-form#32773</guid>
  </item> 
  <item>
   <title><![CDATA[Skin disappears on one form... : Thank you for the info oleg. I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9970&amp;PID=32740&amp;title=skin-disappears-on-one-form#32740</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3878">MiStErX45433</a><br /><strong>Subject:</strong> 9970<br /><strong>Posted:</strong> 28 March 2008 at 2:27pm<br /><br />Thank you for the info oleg. I don't have a problem with applying it to each and every window as I don't intend having too many anyway.&nbsp;<img src="http://forum.codejock.com/smileys/smiley2.gif" border="0" align="absmiddle"> My question though is related to my first post...I have even tried doing it that way and like I said, the two windows I got so far do get skinned, but once I close out that about box while the main MDI form is still up, the skin disappears on it. Is there a "different" way of calling the skinframework control other than what is stated in the manual if I do it that way manually for each window? Thanks again and I apology if this post is overly noobish.&nbsp;]]>
   </description>
   <pubDate>Fri, 28 Mar 2008 14:27:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9970&amp;PID=32740&amp;title=skin-disappears-on-one-form#32740</guid>
  </item> 
  <item>
   <title><![CDATA[Skin disappears on one form... : Hi,  Sorry, it doesn&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9970&amp;PID=32674&amp;title=skin-disappears-on-one-form#32674</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 9970<br /><strong>Posted:</strong> 28 March 2008 at 7:06am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Sorry, it doesn't work with .NET products. For .NET you have manually apply each window :(</DIV>]]>
   </description>
   <pubDate>Fri, 28 Mar 2008 07:06:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9970&amp;PID=32674&amp;title=skin-disappears-on-one-form#32674</guid>
  </item> 
  <item>
   <title><![CDATA[Skin disappears on one form... : Thanks for the replys. It isn&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9970&amp;PID=32656&amp;title=skin-disappears-on-one-form#32656</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3878">MiStErX45433</a><br /><strong>Subject:</strong> 9970<br /><strong>Posted:</strong> 27 March 2008 at 4:08pm<br /><br />Thanks for the replys. It isn't because of the AutoApplyNewWindowsproperty...it is set to true as well as the NewThreads property. I'veattached my sample file so I hope to get some more insight onthis....otherwise I am baffled as I am completely new to all of this.Thanks again!<br><br><a href="uploads/20080327_160602_Sample_VB_Proje.zip" target="_blank">uploads/20080327_160602_Sample_VB_Proje.zip</a><br><br>Best Regards,<br>MiStErX45433<br>]]>
   </description>
   <pubDate>Thu, 27 Mar 2008 16:08:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9970&amp;PID=32656&amp;title=skin-disappears-on-one-form#32656</guid>
  </item> 
  <item>
   <title><![CDATA[Skin disappears on one form... :    ijwelch wrote:Hi,Is it the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9970&amp;PID=32652&amp;title=skin-disappears-on-one-form#32652</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 9970<br /><strong>Posted:</strong> 27 March 2008 at 1:22pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by ijwelch" alt="Originally posted by ijwelch" style="vertical-align: text-bottom;" /> <strong>ijwelch wrote:</strong><br /><br />Hi,<br><br>Is it the AutoApplyNewWindows property?<br><br>Ian<br></td></tr></table><br><br>By default this is true.&nbsp; So unless he is setting it to False that isn't the problem.<br><br>Post your sample project here and I'll fix it.<br>]]>
   </description>
   <pubDate>Thu, 27 Mar 2008 13:22:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9970&amp;PID=32652&amp;title=skin-disappears-on-one-form#32652</guid>
  </item> 
  <item>
   <title><![CDATA[Skin disappears on one form... : Hi,Is it the AutoApplyNewWindows...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9970&amp;PID=32635&amp;title=skin-disappears-on-one-form#32635</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2113">ijwelch</a><br /><strong>Subject:</strong> 9970<br /><strong>Posted:</strong> 27 March 2008 at 9:23am<br /><br />Hi,<br><br>Is it the AutoApplyNewWindows property?<br><br>Ian<br>]]>
   </description>
   <pubDate>Thu, 27 Mar 2008 09:23:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9970&amp;PID=32635&amp;title=skin-disappears-on-one-form#32635</guid>
  </item> 
  <item>
   <title><![CDATA[Skin disappears on one form... : Greetings all! I am new here,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9970&amp;PID=32621&amp;title=skin-disappears-on-one-form#32621</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3878">MiStErX45433</a><br /><strong>Subject:</strong> 9970<br /><strong>Posted:</strong> 27 March 2008 at 3:27am<br /><br />Greetings all! I am new here, have just gotten the Xtreme SuitPro ActiveX and am having a small problem. I have searched as best I could but couldn't find a suitable explanation. So here goes. I am having the same issue as what is produced from another forum member in this <a href="https://forum.codejock.com/forum_posts.asp?TID=8554" target="_blank">post</a>, except with a few minor differences. Didn't quote it as I didn't want to make this post extremely long. <img src="http://forum.codejock.com/smileys/smiley1.gif" border="0" align="absmiddle"><br><br>I currently have a very simple project as I am only testing the features before actual production....One MDI form(Main Form) and one about box. On the MDI form, I have a menustrip containing a toolstripmenuitem called "about my program" that opens up the about box. I have made absolutely sure that I have placed only one call for the skinframework for the whole application and that it's on my main form. Everything works great until after I have opened the about box via the MDI menu. It isn't skinned but my main form is. I've also noticed that if I do place a skinframework control on theabout box form as well, it is skinned when being called by the MDI form but the skinning completely disappears on the main MDI form when the about box is closed. Any suggestions on this would be greatly appreciated. Thank you in advance. I hope I made enough sense. <br><br>I am currently working with Microsoft Visual Studio 2005 V8.0 .Net Framework 2.0 and Windows XP Home SP2. <br><br>Regards,<br>MiStErX45433<br>]]>
   </description>
   <pubDate>Thu, 27 Mar 2008 03:27:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9970&amp;PID=32621&amp;title=skin-disappears-on-one-form#32621</guid>
  </item> 
 </channel>
</rss>