How would I properly invoke this method? I can't figure out the VARIANT part and how to pass it.
IWebBrowser2::ShowBrowserBar
IWebBrowser2::ShowBrowserBar
Re: IWebBrowser2::ShowBrowserBar
What exactly You dont understand?
For example to run IE with developer tools bar with this method should be like this:
For example to run IE with developer tools bar with this method should be like this:
Code: Select all
oIE := ComObjCreate("InternetExplorer.Application")
oIE.visible := true
oIE.Navigate("about:blank")
While oIE.Busy
sleep 200
oIE.ShowBrowserBar("{28BCCB9A-E66B-463C-82A4-09F320DE94D7}", ComObj(0xb,-1))
msgbox
Re: IWebBrowser2::ShowBrowserBar
I see, thank you! I assumed I was passing the first parameter incorrectly when in actuality it was the second parameter that I wasn't properly passing. I was just trying to pass true.
Return to “AutoHotkey v2 Help”
Who is online
Users browsing this forum: No registered users and 3 guests