Search here for all the info you want in this Blog

How to Maximize your Browser ?

Here is a simple example of how you can maximize your browser, by using HWND property.

Dim
 ws
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