毕业论文开发语言企业开发JAVA技术.NET技术WEB开发Linux/Unix数据库技术Windows平台移动平台嵌入式论文范文英语论文
您现在的位置: 毕业论文 >> 开发语言 >> 正文

如何取出CHotkeyCtrl控件上显示的文本

更新时间:2012-8-20:  来源:毕业论文

有一个CHotkeyCtrl控件用来定义热键,定义好的热键需要在一个菜单的item text的右边显示出来,怎么取出CHotkeyCtrl控件上显示的文本?

我试了GetWindowText取不出来。
GetHotKey

CString s;
WORD wVirtualKeyCode, wModifiers ;
m_aa.GetHotKey( wVirtualKeyCode, wModifiers );
s.Format("%d-%d", wVirtualKeyCode, wModifiers );
AfxMessageBox(s);
‘A’==65
#define HOTKEYF_SHIFT 0x01
#define HOTKEYF_CONTROL 0x02
#define HOTKEYF_ALT 0x04

// Retrieves a string representation of the hot key code and flags.
CString CHotKeyCtrl::GetHotKeyName() const;


// Retrieves a string representation of the virtual key.
static CString CHotKeyCtrl::GetKeyName(_In_ UINT vk, _In_ BOOL fExtended);

设为首页 | 联系站长 | 友情链接 | 网站地图 |

copyright©youerw.com 优尔论文网 严禁转载
如果本毕业论文网损害了您的利益或者侵犯了您的权利,请及时联系,我们一定会及时改正。