Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

COM Standard Library


  • Please log in to reply
669 replies to this topic
SryMyEng
  • Members
  • 10 posts
  • Last active: Feb 07 2017 11:37 AM
  • Joined: 08 Nov 2011

Hi!
How to retrieve CHM path (mk:@MSITStore...) with this library?



plourdemario
  • Members
  • 1 posts
  • Last active: Dec 04 2013 02:38 PM
  • Joined: 03 Dec 2013

I can't find a working copy of the COM.ahk file. Every link I click on goes to a non existing page. Is there a valid link I can use?

 

Thank you



PMForkin
  • Members
  • 21 posts
  • Last active: Feb 26 2014 10:10 AM
  • Joined: 11 Dec 2012

Hallo!

I am trying to de-compile an exe file created as either classic or basic AHK. I assume that I need the standard library that you have created, but am unable to download it from here.

Please help me by indicating if I need it and from where I can download it.

Thank you and regards PMForkin



jethrow
  • Moderators
  • 2854 posts
  • Last active: May 17 2017 01:57 AM
  • Joined: 24 May 2009

You do not need need the standard library to de-compile an exe file as AHK basic.



mutthunaveen
  • Members
  • 2 posts
  • Last active: Nov 04 2014 09:01 AM
  • Joined: 19 Feb 2014

links broken

 

plz provide us a new link



Sergo_bro
  • Members
  • 6 posts
  • Last active: Nov 17 2014 05:11 PM
  • Joined: 09 Mar 2014

How to use the library to do com.ahk autofill web forms, can be an example?



HotKeyIt
  • Moderators
  • 7439 posts
  • Last active: Jun 22 2016 09:14 PM
  • Joined: 18 Jun 2008

There are many script on the forum, simply search for "InternetExplorer", for example have a look here.



Sergo_bro
  • Members
  • 6 posts
  • Last active: Nov 17 2014 05:11 PM
  • Joined: 09 Mar 2014

That's not what I wanted, that code written in ahk_l, and I need to write code using only com.ahk libraries for the old version of the compiler.



Sergo_bro
  • Members
  • 6 posts
  • Last active: Nov 17 2014 05:11 PM
  • Joined: 09 Mar 2014
I have a button, the code works ahk_l: 
com.document.getElementById ("subbutlform").Click() 
But with the use of the library com.ahk refuses to work: 
Com_Invoke (com, "document.getElementById ('subbutlform').Click")
What am I doing wrong?


jethrow
  • Moderators
  • 2854 posts
  • Last active: May 17 2017 01:57 AM
  • Joined: 24 May 2009

... it's been year's since I've used the actual com library, but it should be something like this:

Com_Invoke(com, "document.getElementById[subbutlform].Click")