摘要: #include <iostream>#include <windows.h>#include <tchar.h>#include <commctrl.h>using namespace std;int _tmain(int argc, TCHAR* argv[], TCHAR* envp[]){ int nRetCode = 0; SIZE_T len = 256; TCHAR * ptb = new TCHAR[256]; TCHAR * buf = new TCHAR[256]; SIZE_T size; HWND hwnd = FindW 阅读全文
posted @ 2012-08-06 15:30 likebeta 阅读(2356) 评论(0) 推荐(0) 编辑