COM IE Basics

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
g0ss
Posts: 21
Joined: 19 Oct 2018, 11:36

COM IE Basics

19 Oct 2018, 11:45

Hello,
I'm trying to learn COM. It might be a stupid question, but code from tutorial gives me an error.

Sleep 4000
wb := ComObjCreate("InternetExplorer.Application")
wb.Visible := True
wb.Navigate("Google.com")

https://imgur.com/a/oV8v1LH

What I did wrong? Thanks!
CyL0N
Posts: 211
Joined: 27 Sep 2018, 09:58

Re: COM IE Basics

19 Oct 2018, 22:58

Example works just fine, but you might be using a very old version of AutoHotKey.
live ? long & prosper : regards
g0ss
Posts: 21
Joined: 19 Oct 2018, 11:36

Re: COM IE Basics

19 Oct 2018, 23:32

The problem was that I did not use wb.Quit() and several iexplorers have been opened.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Descolada, hiahkforum, jchestnut, mcd, Sem552 and 112 guests