Maximize the Internet Explorer

  • Thread starter Thread starter Yoav Shtainman
  • Start date Start date
Y

Yoav Shtainman

I am looking for a method in VB.NET to Maximize the internet explorer when
the user run the application.

Thanks

Yoav Shtainman
California
 
* "Yoav Shtainman said:
I am looking for a method in VB.NET to Maximize the internet explorer when
the user run the application.

P/invoke on 'FindWindow', then 'ShowWindow' + 'SW_MAXIMIZE' (untested).
 
Back
Top