<?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 : CXTPCustomizeSheet</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : CXTPCustomizeSheet]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 10 Jun 2026 11:38:08 +0000</pubDate>
  <lastBuildDate>Fri, 09 Mar 2007 23:39:51 +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=6581</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[CXTPCustomizeSheet : Hi  If u are using Library as...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6581&amp;PID=21076&amp;title=cxtpcustomizesheet#21076</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2137">devil20</a><br /><strong>Subject:</strong> 6581<br /><strong>Posted:</strong> 09 March 2007 at 11:39pm<br /><br />Hi<DIV>&nbsp;</DIV><DIV>If u are using Library as static link then it may cause this problem because of resource should be included in ur .rc2 File.</DIV><DIV>&nbsp;</DIV><DIV>If u are using static linked library then add toolkits resource file to .rc2 file</DIV><DIV>&nbsp;</DIV><DIV>#include "ToolkitPro.rc"</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 09 Mar 2007 23:39:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6581&amp;PID=21076&amp;title=cxtpcustomizesheet#21076</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPCustomizeSheet : May be you can attach your project...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6581&amp;PID=21010&amp;title=cxtpcustomizesheet#21010</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 6581<br /><strong>Posted:</strong> 08 March 2007 at 6:01am<br /><br />May be you can attach your project in issuetrack to allow us debug it?]]>
   </description>
   <pubDate>Thu, 08 Mar 2007 06:01:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6581&amp;PID=21010&amp;title=cxtpcustomizesheet#21010</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPCustomizeSheet : No. I have the same problem if...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6581&amp;PID=21004&amp;title=cxtpcustomizesheet#21004</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1715">spelhatre</a><br /><strong>Subject:</strong> 6581<br /><strong>Posted:</strong> 08 March 2007 at 3:35am<br /><br />No. I have the same problem if I add some code.<br>And this very simple example works fine with your examples.Try it.<br>]]>
   </description>
   <pubDate>Thu, 08 Mar 2007 03:35:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6581&amp;PID=21004&amp;title=cxtpcustomizesheet#21004</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPCustomizeSheet : Hi, I think dialog complains...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6581&amp;PID=20991&amp;title=cxtpcustomizesheet#20991</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 6581<br /><strong>Posted:</strong> 07 March 2007 at 2:00pm<br /><br />Hi,<DIV>I think dialog complains that you didn't add any controls to Commands page. copy some code from our sample.</DIV>]]>
   </description>
   <pubDate>Wed, 07 Mar 2007 14:00:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6581&amp;PID=20991&amp;title=cxtpcustomizesheet#20991</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPCustomizeSheet : Hi,I want to use commandbars customization.For...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6581&amp;PID=20981&amp;title=cxtpcustomizesheet#20981</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1715">spelhatre</a><br /><strong>Subject:</strong> 6581<br /><strong>Posted:</strong> 07 March 2007 at 9:07am<br /><br />Hi,<br>I want to use commandbars customization.<br>For this I trap event XTP_ID_CUSTOMIZE and write an event handler routine.<br>The code can be :<br><br>CXTPCustomizeSheet dlg( GetCommandBars());<br>dlg.DoModal();<br><br>With this code I have an "Access violation writing" at execution for line "dlg.DoModal()"<br>If I press "Continue" button I have the customize dialogbox and everything is ok.<br>I have the same message error if I call the routine in another part of my code.<br>Of course I have not this problem with samples examples.<br>An idea?<br>thanks<br>]]>
   </description>
   <pubDate>Wed, 07 Mar 2007 09:07:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6581&amp;PID=20981&amp;title=cxtpcustomizesheet#20981</guid>
  </item> 
 </channel>
</rss>