yair Posted December 2, 2009 Posted December 2, 2009 im looking to capture to log file everything i highlight drag or press any pointers? clipget()... btw. shame 'autoit window info' doesnt decompile to au3
Developers Jos Posted December 2, 2009 Developers Posted December 2, 2009 btw. shame 'autoit window info' doesnt decompile to au3What do you mean exacly? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
yair Posted December 2, 2009 Author Posted December 2, 2009 i was just wondering how do AWI gets the info in the 'visible text' tab, so i tried to decompile it to au3 with the decompiler. am i wrong
Developers Jos Posted December 2, 2009 Developers Posted December 2, 2009 it is not a compiled script, but have you looked at WinGetText()? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
yair Posted December 2, 2009 Author Posted December 2, 2009 thanks, i dont see how it can directly help me capture highlited text..
AdmiralAlkex Posted December 2, 2009 Posted December 2, 2009 You can use CTRL+C to copy the text to the clipboard and ClipGet() to get it to your script. .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
yair Posted December 2, 2009 Author Posted December 2, 2009 ok, Ctrl+c it is. what about sniffing link clicking (say it fast)
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