02.02.2007, 12:29 | #21 |
SAP
|
Цитата:
hwndChild = winapi::getWindow(hWnd, #GW_CHILD);
сделал вот так но результата нет Код: void setApplicationName(Name _name) { #WinApi HWND hwnd; HWND hwndChild; ; if (m_comApplication) { hwnd = m_comApplication.Hwnd(); info(winapi::getWindowText(hWnd)); // = MS - template1 winapi::setWindowText(hwndChild, _name); info(winapi::getWindowText(hWnd)); // = MS -template1, а далжно MS - name } } |
|