
关于资源管理器的操作
弹出选择文件路径的资源管理器窗口 CString ShowDlg_GetPath() { CString strFolderPath = TEXT(""); BROWSEINFO ofn; TCH...
弹出选择文件路径的资源管理器窗口 CString ShowDlg_GetPath() { CString strFolderPath = TEXT(""); BROWSEINFO ofn; TCH...
自定义消息 //定义消息的值 #define WM_MYMESSAGE (WM_USER + 100) //声明消息处理函数 afx_msg LRESULT OnMyMessage(WPARAM wParam,LPA...
读取 之前用mfc做文件夹管理工具,是以行为单位将数据存放在本地txt中。 string readTxt(string file, int index) { ifstream infile; infile.open(...
string→LPCSTR LPCWSTR stringToLPCWSTR(std::string orig) { size_t origsize = orig.length() + 1; const si...
tttime.h ```C++ __pragma("once") #include <Windows.h> #ifndef _XSLEEP_H_ #define _XSLEEP_H_ ...
搜索当前分类