2007年1月22日

摘要: //GetMenu()->GetSubMenu(0)->CheckMenuItem(0,MF_BYPOSITION |MF_CHECKED);//GetMenu()->GetSubMenu(0)->CheckMenuItem(ID_FILE_OPEN,MF_BYCOMMAND |MF_CHECKED);//GetMenu()->GetSubMenu(0)->Se... 阅读全文
posted @ 2007-01-22 16:23 surfer 阅读(470) 评论(0) 推荐(0) 编辑
 
摘要: Search::Search() { }void Search::Start( const char * strMailDir) { BOOL ans; CFileFind find; CString strMailRoot;strMailRoot.Format("D:\\SoShare_Server\\*.*");ans = find.FindFile(strMailRoot); while(a... 阅读全文
posted @ 2007-01-22 10:31 surfer 阅读(415) 评论(0) 推荐(0) 编辑
 
摘要: LRESULT CALLBACK GetMsgProc(int nCode,WPARAM wParam,LPARAM lParam ){if (HC_ACTION == nCode){char _module[256];GetModuleFileName(NULL, _module, sizeof(_module)); //获取模块路径if (strstr(_module, "\\notepad.... 阅读全文
posted @ 2007-01-22 10:07 surfer 阅读(717) 评论(0) 推荐(0) 编辑