JayceLi  
上一页 1 ··· 9 10 11 12 13

2010年11月11日

摘要: 向导生成CMyTreeView,基类为CTreeView,完了之后编译,会出现error C2504: 'CTreeView' : base class undefined错误,这时要在CMyTreeView的头文件中加上#include "afxcview.h",就不会说你的基类没有定义了。 阅读全文
posted @ 2010-11-11 16:15 JayceLi 阅读(123) 评论(0) 推荐(0) 编辑

2010年11月10日

摘要: 命令行:>jar cvfm jarfilename.jar MANIFEST.MF file1 file2 ...其中,file1... MANIFEST.MF等都在当前目录下,file1...可以是.class ,也可以是包含.class的文件夹,是.class文件时要加后缀名。 阅读全文
posted @ 2010-11-10 23:18 JayceLi 阅读(118) 评论(0) 推荐(0) 编辑

2010年11月8日

摘要: 在CMainFrame中添加ActivateFrame函数,修改nCmdShowvoid CMainFrame::ActivateFrame(int nCmdShow) {// TODO: Add your specialized code here and/or call the base classnCmdShow = SW_HIDE;CFrameWnd::ActivateFrame(nCmd... 阅读全文
posted @ 2010-11-08 15:47 JayceLi 阅读(393) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13