rocketkitt4555 Posted January 26, 2021 Share Posted January 26, 2021 i have a code in autohotkey like this Home::ControlClick, Button2, Enes 2.0 i need to conversion of this code to au3 please help me Link to comment Share on other sites More sharing options...
Subz Posted January 26, 2021 Share Posted January 26, 2021 Welcome to Autoit, suggest look at ControlClick function in the helpfile. Link to comment Share on other sites More sharing options...
rocketkitt4555 Posted January 26, 2021 Author Share Posted January 26, 2021 (edited) 3 minutes ago, Subz said: Welcome to Autoit, suggest look at ControlClick function in the helpfile. i checked and tried for 2 3 hours but i couldnt do anything, can you make the script for me, I'm really new at AutoIt. Edited January 26, 2021 by Jos Link to comment Share on other sites More sharing options...
Developers Jos Posted January 26, 2021 Developers Share Posted January 26, 2021 Don't think so... Post what you have that isn't working and explain what it is you are trying to automate. 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. Link to comment Share on other sites More sharing options...
Nine Posted January 26, 2021 Share Posted January 26, 2021 9 minutes ago, rocketkitt4555 said: Enes 2.0 Isn't that a gaming thing ? If so, I suggest you read forum rules, especially the part about game automation, before you post again... “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Screen Scraping Multi-Threading Made Easy Link to comment Share on other sites More sharing options...
rocketkitt4555 Posted January 26, 2021 Author Share Posted January 26, 2021 4 minutes ago, Jos said: Don't think so... Post what you have that isn't working and explain what it is you are trying to automate. I am trying to simulate clicking the "Start" key with pushing Home key, It works with Autohotkey perfectly, but with this AutoIt version: HotKeySet("{HOME}", "ControlClick") ControlClick("enes 2.0", "", "[CLASS:BUTTON;; INSTANCE:2]") Link to comment Share on other sites More sharing options...
Developers Jos Posted January 26, 2021 Developers Share Posted January 26, 2021 1 minute ago, Nine said: Isn't that a gaming thing ? If so, I suggest you read forum rules, especially the part about game automation, before you post again... please don't when there's already a post from a Mod! ... thanks 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. Link to comment Share on other sites More sharing options...
Developers Jos Posted January 26, 2021 Developers Share Posted January 26, 2021 (edited) 2 minutes ago, rocketkitt4555 said: I am trying to simulate clicking the "Start" key with pushing Home key, It works with Autohotkey perfectly, but with this AutoIt version: HotKeySet("{HOME}", "ControlClick") ControlClick("enes 2.0", "", "[CLASS:BUTTON;; INSTANCE:2]") Ok... this time try to understand and answer my question: WHat are you trying to automate and what have you tried? ps: Please get rid of all formating when posting and use the standard text format! @everybody else: Stay out please! Edited January 26, 2021 by Jos 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. Link to comment Share on other sites More sharing options...
rocketkitt4555 Posted January 26, 2021 Author Share Posted January 26, 2021 2 minutes ago, Jos said: Ok... this time try to understand and answer my question: WHat are you trying to automate and what have you tried? ps: Please get rid of all formating when posting and use the standard text format! @everybody else: Stay out please! I want to automate clicking the Start button without clicking on it, I want to start the program without clicking on it, like hotkeys Link to comment Share on other sites More sharing options...
Developers Jos Posted January 26, 2021 Developers Share Posted January 26, 2021 Have you read my whole post and did you understand it fully before answering? Guess not as you still post this anoying black background with white letters! ...so for the last time: Answer my question please or this thread will be closed!: 17 minutes ago, rocketkitt4555 said: What are you trying to automate and what have you tried? Jos 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. Link to comment Share on other sites More sharing options...
rocketkitt4555 Posted January 26, 2021 Author Share Posted January 26, 2021 1 minute ago, Jos said: Have you read my whole post and did you understand it fully before answering? Guess not as you still post this anoying black background with white letters! ...so for the last time: Answer my question please or this thread will be closed!: Jos i dont really know what does automate exactly mean Link to comment Share on other sites More sharing options...
Developers Jos Posted January 26, 2021 Developers Share Posted January 26, 2021 Which program are you trying to make this script for? 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. Link to comment Share on other sites More sharing options...
rocketkitt4555 Posted January 26, 2021 Author Share Posted January 26, 2021 1 minute ago, Jos said: Which program are you trying to make this script for? i want to when i press 'home' key the program starts Link to comment Share on other sites More sharing options...
Developers Jos Posted January 26, 2021 Developers Share Posted January 26, 2021 What exactly is enes 2.0? What does au3info tell you for this Control? What have you tried ? Show the script that isn't working! Jos (A dentist must be jealous) Danp2, TheXman and Musashi 3 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. Link to comment Share on other sites More sharing options...
rocketkitt4555 Posted January 26, 2021 Author Share Posted January 26, 2021 2 minutes ago, Jos said: What exactly is enes 2.0? What does au3info tell you for this Control? What have you tried ? Show the script that isn't working! Jos (A dentist must be jealous) it says : [CLASS:Button; INSTANCE:2] and i tried : HotKeySet("{HOME}", "ControlClick")ControlClick("clumsd 0.2", "", "[CLASS:BUTTON;; INSTANCE:2]") Link to comment Share on other sites More sharing options...
Developers Jos Posted January 26, 2021 Developers Share Posted January 26, 2021 You forgot to answer my first question! As to the rest: Open the helpfile and start learning about how AutoIt3 works and how the controlclick() function works, but you will not find anywhere the syntax you just shown here. Jos 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. Link to comment Share on other sites More sharing options...
rocketkitt4555 Posted January 26, 2021 Author Share Posted January 26, 2021 I am not planning to learn AutoIt but I need the conversion, help me please that's why I posted a topic Link to comment Share on other sites More sharing options...
Developers Jos Posted January 26, 2021 Developers Share Posted January 26, 2021 Just now, rocketkitt4555 said: I am not planning to learn AutoIt but I need the conversion, mmm.. well then you don't need to waste time and space here and you go to rent-a-coder and pay for any help you want. *click* FrancescoDiMuro 1 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. Link to comment Share on other sites More sharing options...
Recommended Posts