<?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="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>Codejock Developer Community</title>
  <link>http://forum.codejock.com/</link>
  <description>This is an XML content feed of; Codejock Developer Community : Last 10 Posts</description>
  <pubDate>Sat, 04 Feb 2012 09:08:59 +0000</pubDate>
  <lastBuildDate>Fri, 03 Feb 2012 05:56:35 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>30</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_topic_feed.asp</WebWizForums:feedURL>
  <image>
   <title>Codejock Developer Community</title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title>Controls : SuiteControls TODO</title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16446&amp;PID=67544#67544</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6296" rel="nofollow">Hemesh</a><br /><strong>Subject:</strong> SuiteControls TODO<br /><strong>Posted:</strong> 03 February 2012 at 5:56am<br /><br />Hi jbpro, can you add this post to the list? It's a bug that could do with fixing! :)<div><br></div><div><a href="http://forum.codejock.com/forum_posts.asp?TID=19248" target="_blank">http://forum.codejock.com/forum_posts.asp?TID=19248</a></div>]]>
   </description>
   <pubDate>Fri, 03 Feb 2012 05:56:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16446&amp;PID=67544#67544</guid>
  </item> 
  <item>
   <title>Controls : GroupBox breaking CausesValidation</title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19248&amp;PID=67543#67543</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6296" rel="nofollow">Hemesh</a><br /><strong>Subject:</strong> GroupBox breaking CausesValidation<br /><strong>Posted:</strong> 03 February 2012 at 5:55am<br /><br />Comes back to a similar issue I had with the CommandBars and custom codejock controls being placed on there.. they didn't work, but standard vb6 ones did!]]>
   </description>
   <pubDate>Fri, 03 Feb 2012 05:55:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19248&amp;PID=67543#67543</guid>
  </item> 
  <item>
   <title>Controls : Listviewbug again</title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19457&amp;PID=67542#67542</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1755" rel="nofollow">ABuenger</a><br /><strong>Subject:</strong> Listviewbug again<br /><strong>Posted:</strong> 03 February 2012 at 2:34am<br /><br />Hi,<br><br>are you calling Add with no index? (Add , , ...)<br><br>Andre<br><br>]]>
   </description>
   <pubDate>Fri, 03 Feb 2012 02:34:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19457&amp;PID=67542#67542</guid>
  </item> 
  <item>
   <title>Controls : 1/2 PNG image display</title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19460&amp;PID=67541#67541</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7316" rel="nofollow">Ssytems</a><br /><strong>Subject:</strong> 1/2 PNG image display<br /><strong>Posted:</strong> 02 February 2012 at 9:00pm<br /><br />HI Guys, I have tried everything I know but can't seem to get this to work<div>I have a MarkupLabel control with a very simple XAML and image as shown. When I pass the source&nbsp;as a path to a .png file, the label displays OK. But when I add the image to a Resource DLL and load it using the "XtremeSuiteControls.Icons.LoadBitmapFromResource oRes.hModule, 100, IDS(), xtpImageNormal" and a class code I got from this forum, only 1/2 of the image is shown. I&nbsp;have tried widths, alighnments, no luck. Can someone see if there's something I am missing in the XAML?</div><div>Here's what the image looks like with Source = ''filepath.png'</div><div><img src="uploads/7316/sysinfo1.jpg" height="113" width="315" border="0" alt="sysinfo 2" title="sysinfo 2" /></div><div>Here's what the image looks like with Source = '100' where 100= the resource id of the same image added to a dll C++ resource.&nbsp;</div><div><img src="uploads/7316/sysinfo2.jpg" height="113" width="323" border="0" /></div><div>&nbsp;</div><div>Please help. The XAML code is below.&nbsp;</div><div>==================================================</div><div>label1.Caption = _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&lt;Grid TextElement.FontFamily='Calibri' TextElement.FontSize='17' VerticalAlignment='Center' Margin='0' HorizontalAlignment='Left' &gt;" &amp; _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&lt;Grid.ColumnDefinitions&gt;" &amp; _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&lt;ColumnDefinition/&gt;" &amp; _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&lt;ColumnDefinition/&gt;" &amp; _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&lt;ColumnDefinition/&gt;" &amp; _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&lt;/Grid.ColumnDefinitions&gt;" &amp; _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&lt;Grid.RowDefinitions&gt;" &amp; _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&lt;RowDefinition Height='Auto' /&gt;" &amp; _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&lt;RowDefinition Height='Auto' /&gt;" &amp; _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&lt;RowDefinition Height='Auto'/&gt;" &amp; _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&lt;RowDefinition Height='Auto'/&gt;" &amp; _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&lt;/Grid.RowDefinitions&gt;" &amp; _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&lt;TextBlock HorizontalAlignment='Right' VerticalAlignment='Center' Grid.Column='1' Grid.Row='0' TextAlignment='Right' Width='Auto'&gt;&lt;Bold&gt;&lt;Run&gt;Status:&nbsp; &lt;/Run&gt;&lt;/Bold&gt;&lt;/TextBlock&gt;" &amp; _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&lt;TextBlock HorizontalAlignment='Right' VerticalAlignment='Center' Grid.Column='1' Grid.Row='1' TextAlignment='Right' Width='Auto'&gt;&lt;Bold&gt;User Name:&nbsp; &lt;/Bold&gt;&lt;/TextBlock&gt;" &amp; _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&lt;TextBlock HorizontalAlignment='Right' VerticalAlignment='Center' Grid.Column='1' Grid.Row='2' TextAlignment='Right' Width='Auto'&gt;&lt;Bold&gt;Create Date:&nbsp; &lt;/Bold&gt;&lt;/TextBlock&gt;" &amp; _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&lt;TextBlock HorizontalAlignment='Right' VerticalAlignment='Center' Grid.Column='1' Grid.Row='3' TextAlignment='Right' Width='Auto'&gt;&lt;Bold&gt;SAP System:&nbsp; &lt;/Bold&gt;&lt;/TextBlock&gt;" &amp; _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&lt;TextBlock VerticalAlignment='Center' Grid.Column='2' Grid.Row='0'&gt;&lt;Hyperlink Click='Hello2'&gt;&nbsp;&nbsp; Connected&lt;/Hyperlink&gt;&lt;/TextBlock&gt;" &amp; _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&lt;TextBlock VerticalAlignment='Center' Grid.Column='2' Grid.Row='1'&gt;&lt;Hyperlink&gt;Udofias&lt;/Hyperlink&gt;&lt;/TextBlock&gt;" &amp; _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&lt;TextBlock VerticalAlignment='Center' Grid.Column='2' Grid.Row='2'&gt;&lt;Hyperlink&gt;01/26/2011 9:14 PM&lt;/Hyperlink&gt;&lt;/TextBlock&gt;" &amp; _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&lt;TextBlock VerticalAlignment='Center' Grid.Column='2' Grid.Row='3'&gt;&lt;Hyperlink Click='Hello'&gt;&lt;Run&gt;Development&lt;/Run&gt;&lt;/Hyperlink&gt;&lt;/TextBlock&gt;" &amp; _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&lt;Image Grid.RowSpan='4'&nbsp; Source='100'&nbsp; Stretch='None' Width='100' Height='110' HorizontalAlignment='Left'&gt;" &amp; _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&lt;/Grid&gt;"</div><div>=========================</div>]]>
   </description>
   <pubDate>Thu, 02 Feb 2012 21:00:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19460&amp;PID=67541#67541</guid>
  </item> 
  <item>
   <title>Docking Pane : DockingPaneManager State</title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14821&amp;PID=67540#67540</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7305" rel="nofollow">Kavian</a><br /><strong>Subject:</strong> DockingPaneManager State<br /><strong>Posted:</strong> 02 February 2012 at 8:07pm<br /><br /><table width="99%"><tr><td><pre class="BBcode"><div>Public Sub DockingPanes_Load(objdp As DockingPane)<br>&nbsp;&nbsp;&nbsp; Dim px As PropExchange<br>&nbsp;&nbsp;&nbsp; Set px = XtremeDockingPane.CreatePropExchange()</div><div>&nbsp;&nbsp;&nbsp; px.CreateAsXML True, "DPSettings"</div><div>&nbsp;&nbsp;&nbsp; If (px.LoadFromFile(App.Path&nbsp;&amp;&nbsp;"dp.xml")) Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; objdp.DestroyAll<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; objdp.Layout.DoPropExchange px<br>&nbsp;&nbsp;&nbsp; End If</div><div>&nbsp;&nbsp;&nbsp; objdp.RecalcLayout<br>End Sub</div><div></pre></td></tr></table></div><div>&nbsp;</div><div><table width="99%"><tr><td><pre class="BBcode"><div>Public Sub DockingPanes_Save(objdp As DockingPane)<br>&nbsp;&nbsp;&nbsp; Dim px As PropExchange<br>&nbsp;&nbsp;&nbsp; Set px = XtremeDockingPane.CreatePropExchange()</div><div>&nbsp;&nbsp;&nbsp; px.CreateAsXML False, "DPSettings"</div><div>&nbsp;&nbsp;&nbsp; objdp.Layout.DoPropExchange px</div><div>&nbsp;&nbsp;&nbsp; px.SaveToFile App.Path &amp;&nbsp;"dp.xml"<br>End Sub</div><div></pre></td></tr></table></div></div>]]>
   </description>
   <pubDate>Thu, 02 Feb 2012 20:07:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14821&amp;PID=67540#67540</guid>
  </item> 
  <item>
   <title>Skin Framework : 15.2.1 Menus changing when MDI windows are open</title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19459&amp;PID=67539#67539</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7296" rel="nofollow">isv1</a><br /><strong>Subject:</strong> 15.2.1 Menus changing when MDI windows are open<br /><strong>Posted:</strong> 02 February 2012 at 7:08pm<br /><br />MDI Frame with the skinframework, 1st picture shows the menu open with no mdi child window open, 2nd picture shows the first menu level changing when an MDI window is opened (background been blacked out to protect client data.<br><br><img src="uploads/7296/menu_no_window2.gif" height="648" width="888" border="0" /><br><br>MDI Child window open. <br><img src="uploads/7296/menu_window_open2.gif" height="592" width="860" border="0" /><br><br>Any suggestions to resolve this?<br>]]>
   </description>
   <pubDate>Thu, 02 Feb 2012 19:08:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19459&amp;PID=67539#67539</guid>
  </item> 
  <item>
   <title>Controls : Listviewbug again</title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19457&amp;PID=67537#67537</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6198" rel="nofollow">FrankM</a><br /><strong>Subject:</strong> Listviewbug again<br /><strong>Posted:</strong> 02 February 2012 at 6:19am<br /><br />Hallo, <div>&nbsp;</div><div>and there is another Listviewbug. I'll add an Subitem abt the only thing i get is an error</div><div>&nbsp;</div><div>-2147417848 Das aufgerufene Objekt wurde von den Clients getrennt</div><div>&nbsp;</div><div>&nbsp;</div>]]>
   </description>
   <pubDate>Thu, 02 Feb 2012 06:19:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19457&amp;PID=67537#67537</guid>
  </item> 
  <item>
   <title>Report Control : [No Problem] Selecting multiple rows</title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19446&amp;PID=67536#67536</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=686" rel="nofollow">cpede</a><br /><strong>Subject:</strong> &#091;No Problem&#093; Selecting multiple rows<br /><strong>Posted:</strong> 02 February 2012 at 2:42am<br /><br />Yes, no problem. I don't know what happened in that build, now it works.]]>
   </description>
   <pubDate>Thu, 02 Feb 2012 02:42:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19446&amp;PID=67536#67536</guid>
  </item> 
  <item>
   <title>Docking Pane : Change Color of Pane Title Bar?</title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13778&amp;PID=67535#67535</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7310" rel="nofollow">slaut</a><br /><strong>Subject:</strong> Change Color of Pane Title Bar?<br /><strong>Posted:</strong> 02 February 2012 at 2:21am<br /><br />When you can tell me how I can Skin my app with the Office2000 Appearance with only the TitleBar skinned in the color I want?<br>I think skinning the app is a bit overdone for this issue...<br><br>All our used controls have the Office2000 Theme and only some control colors are configurable like selected text, or header color and so on...and the only color I can't change is the TitleBar color of the DockingPane, wich is a "Header"-Color in our app.<br><br>I tried to set our custom headers to the color of the TitleBar, but this color is changing through diffrent operating systems. Espacially from old style Windows to eg Aero Look&amp;Feel. (I use Explorer Theme for DockingPane)<br><br>My second thought was, I change my header colors to reflect the TitleBar on each operating System, but I don't know how to get the color the TitleBar currently uses.<br><br>Best Regards<br>Stefan<br>]]>
   </description>
   <pubDate>Thu, 02 Feb 2012 02:21:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13778&amp;PID=67535#67535</guid>
  </item> 
  <item>
   <title>Toolkit Pro : Problem installing the ToolKitPro eval</title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19451&amp;PID=67534#67534</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7312" rel="nofollow">cuisinart</a><br /><strong>Subject:</strong> Problem installing the ToolKitPro eval<br /><strong>Posted:</strong> 01 February 2012 at 11:19pm<br /><br />Ok, that took care of it, thank you.&nbsp; The website version displayed the same (15.2.1) but it updated from 15.2.1.0 to 15.2.1.125 <DIV>&nbsp;</DIV><DIV>Getting into it now.&nbsp; Is there a 'converting your CToolbar filled SDI app to use XTP skins' paper? I looked at the SkinFramework whitepaper but it wasn't very instructional.</DIV><DIV>&nbsp;</DIV><DIV>It appears the steps would go something like:</DIV><DIV>&nbsp;</DIV><DIV>1) <FONT color=#0000ff size=2><FONT color=#0000ff size=2>#include</FONT></FONT><FONT size=2> </FONT><FONT color=#a31515 size=2><FONT color=#a31515 size=2>&lt;XTToolkitPro.h&gt; //in your StdAfx.h (or root include)</FONT></FONT></DIV><DIV><FONT color=#a31515 size=2>2) in app InitInstance() call&nbsp; C<FONT size=2>XTPWinDwmWrapper().SetProcessDPIAware();</FONT></FONT></DIV><DIV><FONT color=#a31515 size=2>3) ?</FONT></DIV><DIV><FONT color=#a31515 size=2>4) call <FONT size=2>XTPSkinManager()-&gt;LoadSkin(..); to apply a skin, </FONT></FONT></DIV><DIV><FONT color=#a31515 size=2>5) call <FONT size=2>XTPPaintManager()-&gt;RefreshMetrics();</FONT></FONT></DIV><DIV><FONT color=#a31515 size=2>6) redraw your windows</FONT></DIV><DIV><FONT color=#a31515 size=2></FONT>&nbsp;</DIV><DIV>Anything I missed? Do CToolBars need to be changed to CXTPCommandBars?</DIV><DIV>&nbsp;</DIV><DIV>Thank you</DIV>]]>
   </description>
   <pubDate>Wed, 01 Feb 2012 23:19:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19451&amp;PID=67534#67534</guid>
  </item> 
 </channel>
</rss>
