Here is a simple example of how you can maximize your browser, by using HWND property.
Set ws = CreateObject("internetexplorer.application")
ws.Visible=true
ws.Navigate "http://qtpcomplete.blogspot.com/"
ws.Resizable=True
ws.
x= ws.HWND
window("hwnd:="&x).Maximize
No comments:
Post a Comment