Monday, 18 July 2011

What is HWND?


hWND breaks up into h+ WND = handle +Windows. You can reference a window through its handle.A window handle (usually shortened to hWnd) is a unique identifer that Windows assigns to each window created.

Ex- a=Browser("index:=0").GetROProperty("hwnd")
       msgbox a

No comments:

Post a Comment