摘要: HWND hWnd2 = GetSafeHwnd(); ::SetWindowText(hWnd2, _T("窗口句柄练习")); TCHAR ch[MAX_PATH] = { 0 }; CString str; HWND hWnd = ::FindWindow(NULL,NULL);//获取与指定 阅读全文
posted @ 2023-03-07 14:10 天子骄龙 阅读(282) 评论(0) 推荐(0)
摘要: HWND hWnd2 = GetSafeHwnd(); ::SetWindowText(hWnd2, _T("窗口句柄练习")); TCHAR ch[MAX_PATH] = { 0 }; CString str; HWND hWnd = ::FindWindow(NULL,NULL);//获取与指定 阅读全文
posted @ 2023-03-07 14:03 天子骄龙 阅读(649) 评论(0) 推荐(0)
摘要: HWND hWnd2 = GetSafeHwnd(); ::SetWindowText(hWnd2, _T("窗口句柄练习")); CString str; TCHAR ch[MAX_PATH] = { 0 }; HWND hWnd = ::GetDesktopWindow();//获取桌面窗口的句 阅读全文
posted @ 2023-03-07 07:30 天子骄龙 阅读(305) 评论(0) 推荐(0)
摘要: HWND hWnd2 = GetSafeHwnd(); ::SetWindowText(hWnd2, _T("窗口句柄练习")); CString str; TCHAR ch[MAX_PATH] = { 0 }; HWND hWnd = ::GetDesktopWindow();//获取桌面窗口的句 阅读全文
posted @ 2023-03-07 07:26 天子骄龙 阅读(497) 评论(0) 推荐(0)
摘要: HWND hWnd2 = GetSafeHwnd(); ::SetWindowText(hWnd2, _T("窗口句柄练习")); CString str; TCHAR ch[MAX_PATH] = { 0 }; HWND hWnd = ::GetDesktopWindow();//获取桌面窗口的句 阅读全文
posted @ 2023-03-07 07:18 天子骄龙 阅读(244) 评论(0) 推荐(0)