摘要: http://blog.csdn.net/sunnyloves/article/details/5655575在DLG中的基本应用 。首先在Cxxdlg.h文件中加入public:CMFCPropertyGridCtrl m_MFCPGCtrl;CMFCPropertyGridProperty* pGroup1;CMFCPropertyGridProperty* pGroup2;然后Cxxdlg.cpp中的OnInitDialog()中CRect rc;GetClientRect(rc);rc.bottom -= 50;rc.left += 50;rc.right -= 50;m_MFCPGC 阅读全文
posted @ 2013-08-13 09:57 小 楼 一 夜 听 春 雨 阅读(4811) 评论(0) 推荐(0)