Search found 53 matches

by grimboto
13 Jun 2017, 02:13
Forum: Ask for Help (v1)
Topic: Connecting to COM objects events Topic is solved
Replies: 2
Views: 790

Re: Connecting to COM objects events Topic is solved

Thanks Qwerty Works like a charm
by grimboto
12 Jun 2017, 17:46
Forum: Ask for Help (v1)
Topic: Connecting to COM objects events Topic is solved
Replies: 2
Views: 790

Connecting to COM objects events Topic is solved

Hey I'm trying to connect to a COM objects events. Ive tried #Persistent TurboCAD := ComObjActive("TurboCad.Application") Msgbox % TurboCAD.Version() ; check we can access the object ComObjConnect(TurboCAD, "TCAD_") return TCAD_SelectionChange(WhichDrawing, WhichView, WhichWindow, Sel){ MsgBox,,, Yo...
by grimboto
28 Jul 2016, 16:31
Forum: Ask for Help (v1)
Topic: Too Many hotkeys received only when both scripts Running
Replies: 0
Views: 547

Too Many hotkeys received only when both scripts Running

Ive got an issue that has me stumped, I've got to scripts that run together fine on my desktop, but on my laptop if they are both running it throws up the "Too many hotkeys received in the last" Error. If you Run either script by itself they both work fine and its only when there running together th...
by grimboto
15 Jun 2016, 16:03
Forum: Ask for Help (v1)
Topic: Can't Access Frames in Embeded IE Browser
Replies: 5
Views: 2856

Re: Can't Access Frames in Embeded IE Browser

hey enter8 it should look like the code below

WB.document.parentWindow.dataFrame.document.getElementsByTagName("h4")[0].innerHTML
by grimboto
17 Jun 2015, 17:38
Forum: Ask for Help (v1)
Topic: Can't Access Frames in Embeded IE Browser
Replies: 5
Views: 2856

Re: Can't Access Frames in Embeded IE Browser

Thanks lexikos problem solved
by grimboto
15 Jun 2015, 19:11
Forum: Ask for Help (v1)
Topic: Can't Access Frames in Embeded IE Browser
Replies: 5
Views: 2856

Can't Access Frames in Embeded IE Browser

I'm Automating a webpage and want to move the Browser into a Gui but when i do everytime the script tries to access a frame a get a error message from IE. See Below script Error.GIF Gui, 1: Add, ActiveX, x0 y0 w800 h600 vWB hwndIEWindHWND, http://www.google.com ; Code to Embed the Browser WB.Navigat...
by grimboto
28 Apr 2015, 17:07
Forum: Ask for Help (v1)
Topic: Draw around Highlighted image on screen IE AUTOMATION
Replies: 6
Views: 1965

Re: Draw around Highlighted image on screen IE AUTOMATION

thanks guys for your replys i figured it out don't know if its the fastest solution but it works well i ended up using GDIP and GetPixel code below FindPropertyBorder(WindowHWND){ results := Array() colorToFind := 16770500 WinGetPos , , , WindowWidth, WindowHeight, ahk_id %WindowHWND% pToken := Gdip...
by grimboto
23 Apr 2015, 01:39
Forum: Ask for Help (v1)
Topic: Draw around Highlighted image on screen IE AUTOMATION
Replies: 6
Views: 1965

Draw around Highlighted image on screen IE AUTOMATION

hi I'm trying to Automate a website where you search for an address and it gives you the boundary's of the block. The Website is http://services.land.vic.gov.au/maps/interactive.jsp . after you have searched for the address it shows you an interactive map with the block Highlighted as per below befo...
by grimboto
19 Dec 2014, 00:42
Forum: Ask for Help (v1)
Topic: Translate VBA code
Replies: 2
Views: 1333

Re: Translate VBA code

thanks lexikos

works like a charm
by grimboto
18 Dec 2014, 21:27
Forum: Ask for Help (v1)
Topic: Translate VBA code
Replies: 2
Views: 1333

Translate VBA code

hey i have this VBA Code i'm trying to translate but i can't figure out one of the line. Dim Vi As View Dim ActDr As Drawing Dim PRes As PickResult Dim PicCount As Long Dim xClick#, yClick# Set ActDr = ActiveDrawing Set Vi = ActDr.Views(0) Vi.GetMouseClick xClick, yClick ;---This is the line i can't...
by grimboto
14 Jul 2014, 01:55
Forum: Ask for Help (v1)
Topic: internet Explorer COM Issue. Can't set Value
Replies: 1
Views: 1053

Re: internet Explorer COM Issue. Can't set Value

Never mind i figured it out the website was creating a new internet explorer object on the page so i just needed to get the WB again
by grimboto
10 Jul 2014, 18:08
Forum: Ask for Help (v1)
Topic: COM Internet Explorer .click() issue
Replies: 3
Views: 1727

Re: COM Internet Explorer .click() issue

I had the same issue as a crude workaround i created a new ahk script and run it before i called the click event ; Create new script that will not be pasued when dialog opened FileDelete, %A_Desktop%\Helper.ahk FileAppend, ( #NoEnv SendMode Input DetectHiddenWindows, On #WinActivateForce loop ;wait ...
by grimboto
09 Jul 2014, 19:42
Forum: Ask for Help (v1)
Topic: internet Explorer COM Issue. Can't set Value
Replies: 1
Views: 1053

internet Explorer COM Issue. Can't set Value

I'm trying to set some values on a webpage but i can't seem to get it working. username := "username" password := "password" ; Create internet explorer object WB := openIE() ;navigate to advenda website WB.Navigate("http://www.advenda.com.au/") [color=#00FF00] -- This line Works[/color] temp := IEco...

Go to advanced search