03-01-2011, 03:18 PM
Hi Linhke,
What is the error, Please share the error description.
Window("HWND:="&shwnd).Maximize statement is working ?
Another Way to Capture handle to window:
What is the error, Please share the error description.
Window("HWND:="&shwnd).Maximize statement is working ?
Another Way to Capture handle to window:
Code:
hWnd = Browser("browser_name").GetROProperty("hwnd")
Window("hwnd:=" & hWnd).Maximize