Jump to content

Object list


Recommended Posts

Is there a list of common objects for autoit?

example: read text

Dim $Voice = ObjCreate("Sapi.SpVoice")
$Voice.Rate = $iRate
$Voice.Volume = $iVolume
$Voice.Speak ($iText)
A lan chat (Multilanguage)LanMuleFile transferTank gameTank 2 an online game[center]L'esperienza è il nome che tutti danno ai propri errori.Experience is the name everyone gives to their mistakes.Oscar Wilde[/center]
Link to comment
Share on other sites

No, there isn't. 'Common' objects are usually fairly well documented. You'll have to look up the object's COM model on your own.

IE Dev ToolbarMSDN: InternetExplorer ObjectMSDN: HTML/DHTML Reference Guide[quote]It is surprising what a man can do when he has to, and how little most men will do when they don't have to. - Walter Linn[/quote]--------------------[font="Franklin Gothic Medium"]Post a reproducer with less than 100 lines of code.[/font]
Link to comment
Share on other sites

You can't expect anyone on the AutoIt team to sort through a list of all available objects, decide which are 'common', and then document them all. I sure wouldn't want that job...

If they support COM methods, they are almost always already documented by the developer's of each individual one.

www.google.com

Edit: If you want a list of objects along with methods/properties on your computer, run something like OLE/COM Object Viewer (check the help file) or ActiveX Inspector.

Edited by mikehunt114
IE Dev ToolbarMSDN: InternetExplorer ObjectMSDN: HTML/DHTML Reference Guide[quote]It is surprising what a man can do when he has to, and how little most men will do when they don't have to. - Walter Linn[/quote]--------------------[font="Franklin Gothic Medium"]Post a reproducer with less than 100 lines of code.[/font]
Link to comment
Share on other sites

this means that the object you selected doesn't have any property's, method's or events.

select another one (the treeview on the left side).

not all of them can be used from autoit (read the com doc's) and in some situations you can use 'ScriptControl' object to run a jscript or vbs script and work around it.

best thing would be to google for the ProgID or Description to find more information on that object.

this tool helps you to find the right syntax to use it...

CoProc Multi Process Helper libraryTrashBin.nfshost.com store your AutoIt related files here!AutoIt User Map
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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...