anvo1980 Posted April 18, 2009 Posted April 18, 2009 (edited) I find this toppic (help to select File/Save of IE):http://www.autoitscript.com/forum/index.ph...p;hl=click+menuCan I (auto) click menu of other apllication, pls hepl me!Thank you!(sorry, my english skill is badly) Edited April 18, 2009 by anvo1980
Developers Jos Posted April 18, 2009 Developers Posted April 18, 2009 Can I (auto) click menu of other apllication, pls hepl me!Yes, but you will have to be more specific. 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.
anvo1980 Posted April 18, 2009 Author Posted April 18, 2009 (edited) Thanks Jos. Now, how can I do, Can you give me an example! Thanks you very much! Edited April 18, 2009 by anvo1980
Developers Jos Posted April 18, 2009 Developers Posted April 18, 2009 Thanks Jos.Now, how can I do,Can you give me an example!Thanks you very much!..again, tell us what it is you exactly want to do. 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.
anvo1980 Posted April 18, 2009 Author Posted April 18, 2009 (edited) Yes! My company have an aplication. Daiy, I use menus to get data (I usually go to my home late, because I need get all data for tommorow). I use AutoIT to write a script file to get data, and I use Task Schedule to run it at 1:00AM, and use many script when I work. My problem: When I minimize windows, I can not call menu of my application. Can you understand what I say (my english skill is ... ). Thanks you verymuch! Edited April 18, 2009 by anvo1980
anvo1980 Posted April 20, 2009 Author Posted April 20, 2009 (edited) I use ControlSend("My aplication title", "", 2000, "({Alt}G){Down}{Right}{Enter}", 0) but it do not run when application's windows is minimize. Does anyone can you help me? Thanks Edited April 20, 2009 by anvo1980
Juvigy Posted April 20, 2009 Posted April 20, 2009 Yep - try this: WinSetState("My aplication title","", @SW_MAXIMIZE) WinActivate("My aplication title")
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