|
|
#18 |
|
SAP
|
Код: void setApplicationName(Name _name)
{
#WinApi
HWND hwnd;
HWND hwndChild;
;
hwnd = m_comApplication.Hwnd();
if (hwnd)
{
hwndChild = winapi::getWindow(hWnd, #GW_CHILD);
if (hwndChild)
winapi::setWindowText(hwndChild, _name);
}
}Может я делаю изменения не в нужный момент?? |
|
|