<?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</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Last 10 Posts]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 10 Apr 2026 17:14:06 +0000</pubDate>
  <lastBuildDate>Tue, 24 Mar 2026 07:51:36 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>30</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_topic_feed.asp</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[Command Bars : Cannot customize commands using ListNavigation]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24631&amp;PID=79378&amp;title=cannot-customize-commands-using-listnavigation#79378</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9740">mgregory8</a><br /><strong>Subject:</strong> Cannot customize commands using ListNavigation<br /><strong>Posted:</strong> 24 March 2026 at 7:51am<br /><br />This has been acknowledged as a bug and will be fixed in an update.]]>
   </description>
   <pubDate>Tue, 24 Mar 2026 07:51:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24631&amp;PID=79378&amp;title=cannot-customize-commands-using-listnavigation#79378</guid>
  </item> 
  <item>
   <title><![CDATA[Toolkit Pro : Background of CXTPTabCtrl modification needed ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24619&amp;PID=79377&amp;title=background-of-cxtptabctrl-modification-needed#79377</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9498">xsensordev</a><br /><strong>Subject:</strong> Background of CXTPTabCtrl modification needed ...<br /><strong>Posted:</strong> 23 March 2026 at 3:59pm<br /><br />Glad you got it working!]]>
   </description>
   <pubDate>Mon, 23 Mar 2026 15:59:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24619&amp;PID=79377&amp;title=background-of-cxtptabctrl-modification-needed#79377</guid>
  </item> 
  <item>
   <title><![CDATA[Toolkit Pro : Background of CXTPTabCtrl modification needed ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24619&amp;PID=79376&amp;title=background-of-cxtptabctrl-modification-needed#79376</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4296">kiroecke</a><br /><strong>Subject:</strong> Background of CXTPTabCtrl modification needed ...<br /><strong>Posted:</strong> 23 March 2026 at 3:52pm<br /><br />That's really cool! Thank you much&nbsp;<img src="http://forum.codejock.com/smileys/smiley1.gif" border="0" alt="Smile" title="Smile" />&nbsp;<div>I used your information to subclass my own ColorSet as it follows:&nbsp;</div><div><br></div><div><span style=": rgb240, 241, 245;"><table width="99%"><tr><td><pre class="BBcode"></span>class CWhiteHeaderColorSet : public CXTPTabColorSetNativeWindows11<div>{</div><div>public:</div><div><span ="apple-tab-span"="" style="white-space:pre">	</span>void FillHeader(CDC* pDC, CRect rc, CXTPTabManager* pTabManager) override</div><div><span ="apple-tab-span"="" style="white-space:pre">	</span>{</div><div><span ="apple-tab-span"="" style="white-space:pre">		</span>pDC-&gt;FillSolidRect(rc, RGB(255, 255, 255));</div><div><span ="apple-tab-span"="" style="white-space:pre">	</span>}</div><br>};<span style=": rgb240, 241, 245;"></pre></td></tr></table></span></div><div><span style=": rgb240, 241, 245;"><br></span></div><div><span style=": rgb240, 241, 245;">and then&nbsp;</span></div><div><span style=": rgb240, 241, 245;"><br></span></div><div><span style=": rgb240, 241, 245;"><table width="99%"><tr><td><pre class="BBcode"></span>m_pTabCtrl.GetPaintManager()-&gt;SetColorSet(new CWhiteHeaderColorSet());<span style=": rgb240, 241, 245;"></pre></td></tr></table></span></div><div><span style=": rgb240, 241, 245;"><br></span></div><div><span style=": rgb240, 241, 245;">The result is exactly what I wanted.</span></div>]]>
   </description>
   <pubDate>Mon, 23 Mar 2026 15:52:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24619&amp;PID=79376&amp;title=background-of-cxtptabctrl-modification-needed#79376</guid>
  </item> 
  <item>
   <title><![CDATA[Toolkit Pro : Background of CXTPTabCtrl modification needed ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24619&amp;PID=79375&amp;title=background-of-cxtptabctrl-modification-needed#79375</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9498">xsensordev</a><br /><strong>Subject:</strong> Background of CXTPTabCtrl modification needed ...<br /><strong>Posted:</strong> 23 March 2026 at 1:15pm<br /><br />Just to follow up.&nbsp; Here's my FillHeader modified to set the background to a "debug" color:<div><img src="uploads/9498/repaint.png" height="113" width="911" border="0" /><br><br>And here's the simple code to do this:<br><img src="uploads/9498/testcode.png" height="199" width="1038" border="0" /><br></div>]]>
   </description>
   <pubDate>Mon, 23 Mar 2026 13:15:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24619&amp;PID=79375&amp;title=background-of-cxtptabctrl-modification-needed#79375</guid>
  </item> 
  <item>
   <title><![CDATA[Suite Pro : SVG in VB6]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24634&amp;PID=79374&amp;title=svg-in-vb6#79374</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8199">astoyan</a><br /><strong>Subject:</strong> SVG in VB6<br /><strong>Posted:</strong> 23 March 2026 at 9:26am<br /><br />Hello Milano,<br><br>It is possible to use SVG icons for toolbars and ribbon bars, as well as in a number of other controls. This is demonstrated in various samples. For example, check out VB6 CommandBarIcons sample (C:\Program Files (x86)\Codejock Software\ActiveX\Xtreme SuitePro ActiveX v24.3.0\Samples\CommandBars\VB\CommandBarIcons). Looks for LoadVectorIcon calls in the sample source code to find the SVG related implementation.<br><br>Regards,<br>&nbsp; Alexander]]>
   </description>
   <pubDate>Mon, 23 Mar 2026 09:26:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24634&amp;PID=79374&amp;title=svg-in-vb6#79374</guid>
  </item> 
  <item>
   <title><![CDATA[Toolkit Pro : Background of CXTPTabCtrl modification needed ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24619&amp;PID=79372&amp;title=background-of-cxtptabctrl-modification-needed#79372</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9498">xsensordev</a><br /><strong>Subject:</strong> Background of CXTPTabCtrl modification needed ...<br /><strong>Posted:</strong> 19 March 2026 at 12:41pm<br /><br />Here's a visual of that Office2016 tab.<br><br><img src="uploads/9498/TabOffice2016.png" height="104" width="495" border="0" /><br>]]>
   </description>
   <pubDate>Thu, 19 Mar 2026 12:41:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24619&amp;PID=79372&amp;title=background-of-cxtptabctrl-modification-needed#79372</guid>
  </item> 
  <item>
   <title><![CDATA[Toolkit Pro : Background of CXTPTabCtrl modification needed ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24619&amp;PID=79371&amp;title=background-of-cxtptabctrl-modification-needed#79371</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9498">xsensordev</a><br /><strong>Subject:</strong> Background of CXTPTabCtrl modification needed ...<br /><strong>Posted:</strong> 19 March 2026 at 12:38pm<br /><br />My solution to Toolkit protected code was to realize I didn't need anyone's permission to modify that code directly.<br><br>I modify their code as I need and rebuild the DLL or static lib. I track my changes so that I can reapply them as new Toolkit versions come out.<br><br><div>For example,&nbsp;<span style=": rgb240, 241, 245;"><table width="99%"><tr><td><pre class="BBcode"></span>CXTPTabBase::SetTheme<span style=": rgb240, 241, 245;"></pre></td></tr></table></span>&nbsp;does not have support for xtpControlThemeOffice2016. So I rolled my own&nbsp;<span style=": rgb240, 241, 245;"><table width="99%"><tr><td><pre class="BBcode"></span>class _XTP_EXT_CLASS CXTPTabBaseThemeOffice2016 : public CXTPTabBaseTheme<span style=": rgb240, 241, 245;"></pre></td></tr></table></span>&nbsp;and put in right in XTPTabBaseTheme and then updated the Toolkit to support that tab theme.</div><div><br></div><div><img src="" border="0" /><br><br></div>]]>
   </description>
   <pubDate>Thu, 19 Mar 2026 12:38:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24619&amp;PID=79371&amp;title=background-of-cxtptabctrl-modification-needed#79371</guid>
  </item> 
  <item>
   <title><![CDATA[Toolkit Pro : Background of CXTPTabCtrl modification needed ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24619&amp;PID=79370&amp;title=background-of-cxtptabctrl-modification-needed#79370</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4296">kiroecke</a><br /><strong>Subject:</strong> Background of CXTPTabCtrl modification needed ...<br /><strong>Posted:</strong> 19 March 2026 at 3:40am<br /><br />Hello,&nbsp;<div><br></div><div>thank you so much for your help. Anyways, the mentioned ::FillHeader() function is protected and can't be invoked by user code.&nbsp;</div><div><br></div><div>And, yes, I'm using v24.3.0 of Toolkit Pro.</div><div><br></div><div>Any further help is highly appreciated!</div><div>Best regards,</div><div>K.</div><div><br></div><div><img src="uploads/4296/SCR-20260319-ibcr.png" height="1192" width="1567" border="0" /><br></div>]]>
   </description>
   <pubDate>Thu, 19 Mar 2026 03:40:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24619&amp;PID=79370&amp;title=background-of-cxtptabctrl-modification-needed#79370</guid>
  </item> 
  <item>
   <title><![CDATA[Toolkit Pro : Set theme for dynamically created controls]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24622&amp;PID=79369&amp;title=set-theme-for-dynamically-created-controls#79369</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9498">xsensordev</a><br /><strong>Subject:</strong> Set theme for dynamically created controls<br /><strong>Posted:</strong> 18 March 2026 at 4:12pm<br /><br />How on earth did you manage to break the forum formatting?&nbsp; Your post is strangely bunched up to the one side of the page. The code is not readable.]]>
   </description>
   <pubDate>Wed, 18 Mar 2026 16:12:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24622&amp;PID=79369&amp;title=set-theme-for-dynamically-created-controls#79369</guid>
  </item> 
  <item>
   <title><![CDATA[Toolkit Pro : Background of CXTPTabCtrl modification needed ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24619&amp;PID=79368&amp;title=background-of-cxtptabctrl-modification-needed#79368</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9498">xsensordev</a><br /><strong>Subject:</strong> Background of CXTPTabCtrl modification needed ...<br /><strong>Posted:</strong> 18 March 2026 at 4:08pm<br /><br />I'm going to assume a somewhat recent version of the Toolkit, and I'm guessing you're using the base theme for that control.<br><br>Try setting a breakpoint in&nbsp;CXTPTabBaseTheme::FillHeader or any of the other FillHeader functions to see what's happening.<br><br>By the way, that strip you want to fill is not distinguished from the tabs.&nbsp; You'd have to modify the FillHeader function (for whichever theme is being applied) to perform your own painting of the strip.]]>
   </description>
   <pubDate>Wed, 18 Mar 2026 16:08:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24619&amp;PID=79368&amp;title=background-of-cxtptabctrl-modification-needed#79368</guid>
  </item> 
 </channel>
</rss>