第四章 怎样添加用户自定义菜单和工具栏
Tutorials for Using Xtreme Toolkit Pro v13.2 源程序链接
BEGIN_MESSAGE_MAP(CMainFrame, CMDIFrameWnd)//{{AFX_MSG_MAP(CMainFrame)// NOTE - the ClassWizard will add and remove mapping macros here.// DO NOT EDIT what you see in these blocks of generated code !ON_WM_CREATE()//}}AFX_MSG_MAPON_COMMAND(XTP_ID_CUSTOMIZE,OnCustomize)END_MESSAGE_MAP()在 MainFrm.h 添加代码:MDI 示例程序自定义设置对话框...
-----------------------------------------------------------------------------
原文MDI Sample Application Customize Dialog...