05 2019 档案
摘要:https://blog.csdn.net/yue_jijun/article/details/81192102
阅读全文
摘要:https://blog.csdn.net/CSDNMicrosoftCSDN/article/details/49507411
阅读全文
摘要:https://blog.csdn.net/viphl/article/details/79025633
阅读全文
摘要:1 void GetForegroundWindowProc(CString& szProcPath) 2 { 3 HWND hWnd = ::GetForegroundWindow(); 4 WCHAR winClass[128]; 5 WCHAR winTitle[128]; 6 //通过句柄获取窗口类名 7 ::GetClassName...
阅读全文
摘要:1 void getURL() 2 { 3 HWND hWnd, hWnd1, hWnd2, hWnd3, hWnd4; 4 WCHAR URL[1000] = { 0 }; 5 hWnd = FindWindow(L"IEFrame", NULL); 6 hWnd1 = FindWindowEx(hWnd, 0, L"WorkerW", NULL);...
阅读全文
摘要:https://www.cnblogs.com/jiftle/p/8451336.html
阅读全文