Jump to content

How can I create a Google Chrome Window without a toolbar?


Servant
 Share

Recommended Posts

I can open an Internet Explorer Window without a toolbar with this:

#include <IE.au3>

$ie = _IECreate('www.example.com', 0, 0, 0)
_IEPropertySet($ie, "toolbar", False)
$IE.Visible = 1 

I can open a Google Chrome Window with a toolbar with this:

ShellExecute("chrome.exe", "www.example.com","","") 

The question is, how can I create a Google Chrome Window without a toolbar?

Link to comment
Share on other sites

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...