标签:ldl 虚函数 绑定 resource 添加 sage 功能 hand make
1、在对话框的资源视图中插入加速键资源,将要实现的对应功能的控件ID和相关加速键绑定
2、在类视图的对话框类中添加加速键的句柄 HACCEL m_hAccel;
3、在OnInitDialog()中加载加速键资源
m_hAccel=LoadAccelerators(AfxGetInstanceHandle(),MAKEINTRESOURCE(IDR_ACCELERATOR1));
4、右击CAccelDlg添加虚函数PreTranslateMessage翻译加速键
TranslateAccelerator(m_hWnd,m_hAccel,pMsg);
标签:ldl 虚函数 绑定 resource 添加 sage 功能 hand make
原文地址:http://www.cnblogs.com/zhouwanqiu/p/6919152.html