Saturday, May 8, 2010

HWND Property

HWND Property Example

Set objIExplorer = CreateObject("internetexplorer.application")
objIExplorer.visible = True

hwnd1 = objIExplorer.hwnd
msgbox hwnd1




See all Methods & Properties of InternetExplorer Object here.