<?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 : Shorcut Key with splitbutt&#111;n</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Shorcut Key with splitbutt&#111;n]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 23:48:45 +0000</pubDate>
  <lastBuildDate>Wed, 09 Nov 2005 04:14:42 +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=3154</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[Shorcut Key with splitbutt&#111;n : Thanks it&amp;#039;s really good idea....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3154&amp;PID=9514&amp;title=shorcut-key-with-splitbutton#9514</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1572">Cedric</a><br /><strong>Subject:</strong> 3154<br /><strong>Posted:</strong> 09 November 2005 at 4:14am<br /><br />Thanks it's really good idea&nbsp;<img src="http://forum.codejock.com/smileys/smiley36.gif" border="0">. ( i saw my mistake when i built the program&nbsp;<img src="http://forum.codejock.com/smileys/smiley9.gif" border="0"> )]]>
   </description>
   <pubDate>Wed, 09 Nov 2005 04:14:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3154&amp;PID=9514&amp;title=shorcut-key-with-splitbutton#9514</guid>
  </item> 
  <item>
   <title><![CDATA[Shorcut Key with splitbutt&#111;n : You need to add check if l_CmdUndo...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3154&amp;PID=9511&amp;title=shorcut-key-with-splitbutton#9511</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3154<br /><strong>Posted:</strong> 09 November 2005 at 3:24am<br /><br />You need to add check if l_CmdUndo != NULL, because user can customize this toolbar.]]>
   </description>
   <pubDate>Wed, 09 Nov 2005 03:24:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3154&amp;PID=9511&amp;title=shorcut-key-with-splitbutton#9511</guid>
  </item> 
  <item>
   <title><![CDATA[Shorcut Key with splitbutt&#111;n : Ok thanks. In fact i do this    ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3154&amp;PID=9501&amp;title=shorcut-key-with-splitbutton#9501</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1572">Cedric</a><br /><strong>Subject:</strong> 3154<br /><strong>Posted:</strong> 08 November 2005 at 11:14am<br /><br />Ok thanks. In fact i do this<br><br><table width="99%"><tr><td><pre class="BBcode"><br>&nbsp;&nbsp;&nbsp; CXTPControls* l_CmdList = ( (CAPBMainFrame*)AfxGetApp( )-&gt;m_pMainWnd)-&gt;m_TbStandard-&gt;GetControls();<br>&nbsp;&nbsp;&nbsp; CXTPControl* l_CmdUndo = l_CmdList-&gt;FindControl( xtpControlSplitButtonPopup, ID_EDIT_UNDO, TRUE, TRUE);<br>&nbsp;&nbsp;&nbsp; l_CmdUndo-&gt;OnExecute( );<br></pre></td></tr></table><br><br>it's a good way or it's better to construct NMXTPCONTROL and sending the message through the commandbar ?<br>]]>
   </description>
   <pubDate>Tue, 08 Nov 2005 11:14:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3154&amp;PID=9501&amp;title=shorcut-key-with-splitbutton#9501</guid>
  </item> 
  <item>
   <title><![CDATA[Shorcut Key with splitbutt&#111;n : Right. NMHDR is NMXTPCONTROL....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3154&amp;PID=9496&amp;title=shorcut-key-with-splitbutton#9496</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3154<br /><strong>Posted:</strong> 08 November 2005 at 8:54am<br /><br /><P>Right. NMHDR&nbsp; is NMXTPCONTROL&nbsp;. And acelerators send only WM_COMMAND.</P>]]>
   </description>
   <pubDate>Tue, 08 Nov 2005 08:54:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3154&amp;PID=9496&amp;title=shorcut-key-with-splitbutton#9496</guid>
  </item> 
  <item>
   <title><![CDATA[Shorcut Key with splitbutt&#111;n : I find the reason. In fact when...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3154&amp;PID=9459&amp;title=shorcut-key-with-splitbutton#9459</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1572">Cedric</a><br /><strong>Subject:</strong> 3154<br /><strong>Posted:</strong> 07 November 2005 at 7:25am<br /><br />I find the reason. In fact when i change the button to splitbuttonpopupi deleted Oncommand macro to replace bay ON_XTP_EXECUTE. Then i have another question<br><br>On ON_XTP_EXECUTE function was calling by NMHDR* pNMHDR and LRESULT* pResult . The NMHDR is a standard NMHDR or NMXTPCONTROL ?]]>
   </description>
   <pubDate>Mon, 07 Nov 2005 07:25:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3154&amp;PID=9459&amp;title=shorcut-key-with-splitbutton#9459</guid>
  </item> 
  <item>
   <title><![CDATA[Shorcut Key with splitbutt&#111;n : Hello, The is no difference which...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3154&amp;PID=9434&amp;title=shorcut-key-with-splitbutton#9434</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3154<br /><strong>Posted:</strong> 04 November 2005 at 9:19am<br /><br /><P>Hello,</P><P>The is no difference which style of buttom you have. </P><P>It must work if you have&nbsp;control id&nbsp;in accelerator list.</P>]]>
   </description>
   <pubDate>Fri, 04 Nov 2005 09:19:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3154&amp;PID=9434&amp;title=shorcut-key-with-splitbutton#9434</guid>
  </item> 
  <item>
   <title><![CDATA[Shorcut Key with splitbutt&#111;n : I have a commandbar with xtpcontrolsplibutton....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3154&amp;PID=9431&amp;title=shorcut-key-with-splitbutton#9431</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1572">Cedric</a><br /><strong>Subject:</strong> 3154<br /><strong>Posted:</strong> 04 November 2005 at 4:49am<br /><br />I have a commandbar with xtpcontrolsplibutton. With this splitbutton ihave a list. In fact the button is designed for Undo / Redo action.Before I change the button i have an shortcut key assigne to thisbutton but now the keyboard sequence doesn't work<br><br>How can I handle this ? when the user launch the keyboard sequence ( CTRL+Z for instance ), the action of the button start. <br><br>User can change the bind key too.<br><br>thanks, in advance<br>]]>
   </description>
   <pubDate>Fri, 04 Nov 2005 04:49:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3154&amp;PID=9431&amp;title=shorcut-key-with-splitbutton#9431</guid>
  </item> 
 </channel>
</rss>