<?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 : the Accelerator problem</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : the Accelerator problem]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 12:03:29 +0000</pubDate>
  <lastBuildDate>Tue, 28 Oct 2008 03:09:10 +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=12535</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[the Accelerator problem : Hi,  After you change layout...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12535&amp;PID=42409&amp;title=the-accelerator-problem#42409</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12535<br /><strong>Posted:</strong> 28 October 2008 at 3:09am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>After you change layout you can just replace registry key = from LoadCommandBars("CommandBars") to f.e </DIV><DIV>LoadCommandBars("CommandBars.v2") </DIV>]]>
   </description>
   <pubDate>Tue, 28 Oct 2008 03:09:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12535&amp;PID=42409&amp;title=the-accelerator-problem#42409</guid>
  </item> 
  <item>
   <title><![CDATA[the Accelerator problem : Isn&amp;#039;t it possible to add...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12535&amp;PID=42383&amp;title=the-accelerator-problem#42383</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 12535<br /><strong>Posted:</strong> 27 October 2008 at 11:48am<br /><br /><P>Isn't it possible to add versioning to the serialization of toolbars/docking panes?</P>]]>
   </description>
   <pubDate>Mon, 27 Oct 2008 11:48:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12535&amp;PID=42383&amp;title=the-accelerator-problem#42383</guid>
  </item> 
  <item>
   <title><![CDATA[the Accelerator problem : Hi;Just remove the registry key...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12535&amp;PID=42368&amp;title=the-accelerator-problem#42368</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 12535<br /><strong>Posted:</strong> 27 October 2008 at 5:04am<br /><br />Hi;<br><br>Just remove the registry key for commandbars of your application...<br>]]>
   </description>
   <pubDate>Mon, 27 Oct 2008 05:04:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12535&amp;PID=42368&amp;title=the-accelerator-problem#42368</guid>
  </item> 
  <item>
   <title><![CDATA[the Accelerator problem : I find a problem!  I modify...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12535&amp;PID=42358&amp;title=the-accelerator-problem#42358</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4273">littleameng</a><br /><strong>Subject:</strong> 12535<br /><strong>Posted:</strong> 27 October 2008 at 3:22am<br /><br />I find a problem!<DIV>&nbsp;</DIV><DIV>I modify the accelerator with the VC++ 6.0's resource editor, but When I run/debug the app, I don't find the result that I want.</DIV><DIV>&nbsp;</DIV><DIV>this is the result of Searching for 'ID_EXPLORER_NOTEPAD'...<BR></DIV><DIV>K:\develop\mdcms\mdcms\HomeFrame.cpp(63):&nbsp;ON_COMMAND(ID_EXPLORER_NOTEPAD, OnExplorerNotepad)<BR>K:\develop\mdcms\mdcms\HomeFrame.cpp(193):&nbsp;SetDockingPaneIcon(IDS_TITLE_NOTEPAD, ID_EXPLORER_NOTEPAD);<BR>K:\develop\mdcms\mdcms\HomeFrame.cpp(230):&nbsp;&nbsp;&nbsp;lpCreateControl-&gt;nID == ID_EXPLORER_NOTEPAD))<BR>K:\develop\mdcms\mdcms\mdcms.rc(179):&nbsp;&nbsp;&nbsp; BUTTON&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ID_EXPLORER_NOTEPAD<BR>K:\develop\mdcms\mdcms\mdcms.rc(413):&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM "Notepad\tCtrl+D",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ID_EXPLORER_NOTEPAD<BR>K:\develop\mdcms\mdcms\mdcms.rc(488):&nbsp;&nbsp;&nbsp; "D",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ID_EXPLORER_NOTEPAD,&nbsp;&nbsp;&nbsp; VIRTKEY, CONTROL, NOINVERT<BR>K:\develop\mdcms\mdcms\mdcms.rc(1096):&nbsp;&nbsp;&nbsp; ID_EXPLORER_NOTEPAD&nbsp;&nbsp;&nbsp;&nbsp; "Notepad\nNotepad"<BR>K:\develop\mdcms\mdcms\resource.h(243):#define ID_EXPLORER_NOTEPAD&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 32835<BR>8 occurrence(s) have been found.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>this is result of running app:</DIV><DIV><img src="https://forum.codejock.com/uploads/20081027_032014_a2.jpg" border="0"></DIV><DIV>&nbsp;</DIV><DIV>the correct result is "(icon) Notepad&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ctrl+D</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>I don't know the reason</DIV><DIV>Please help me ! thanks!</DIV>]]>
   </description>
   <pubDate>Mon, 27 Oct 2008 03:22:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12535&amp;PID=42358&amp;title=the-accelerator-problem#42358</guid>
  </item> 
 </channel>
</rss>