Busti Posted April 23, 2006 Posted April 23, 2006 ok i want to create a MSPaintApp obj with autoit *g* code looks like : $test = ObjCreate("MSPaintApp") but how do i find the commands for it ? ex: $test.save or smt. like that My UDF's : Startet on : 06.06.2006_CaseSearchOrReplaceStr();~> Searches OR Replaces a String,;~> With or Without Casesensivity
Moderators SmOke_N Posted April 23, 2006 Moderators Posted April 23, 2006 (edited) ok i want to create a MSPaintApp obj with autoit *g*code looks like :$test = ObjCreate("MSPaintApp")but how do i find the commands for it ?ex:$test.saveor smt. like thatIn your Beta Help file, you'll find most of the information you need to start practicing using objects. There is a section there that has pic's of OLE/COM Object Viewer with a link to the download site. And some information on how to use it.Edit:Sorry, it's under Object/COM Reference. Edited April 23, 2006 by SmOke_N Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Busti Posted April 23, 2006 Author Posted April 23, 2006 thank you, got it :http://www.microsoft.com/windows2000/techi...g/oleview-o.asp My UDF's : Startet on : 06.06.2006_CaseSearchOrReplaceStr();~> Searches OR Replaces a String,;~> With or Without Casesensivity
Busti Posted April 23, 2006 Author Posted April 23, 2006 sorry for dounlepost, but i dont understand it... or i cant find paint :/ can you help me pls, ive read the tutorial about 6 times but dunno My UDF's : Startet on : 06.06.2006_CaseSearchOrReplaceStr();~> Searches OR Replaces a String,;~> With or Without Casesensivity
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now