hennenzac Posted December 13, 2023 Posted December 13, 2023 Hello, I have an idea for a script, but I want to know if something already exists and/or what is the best method to write this script. Idea: At my job we use part numbers for all our products. We use these numbers in communications with each other. The annoying thing is I have to look up every number to know what they are talking about. It's tedious and slow. In my head, I'm wishing that anytime I see a part number, I wish I could just hover over it for the description/name of that part. Then I thought of AutoIt and a rough path to get what I wanted. Steps on how it'd work: 1. Highlight the text 2. Quick key to run the macro that would copy the text so my script has the part number input 3. Script will look up the name in a table 4. A tool tip by my mouse or small unobtrusive message box will pop up with the description. Is there a program in Windows that can already do this kind of thing? Or is this worth developing? I did some google searches but it's no easy to word, and nothing but spell check lookups are coming up. Thanks!
Nine Posted December 13, 2023 Posted December 13, 2023 At first glance, I believe it is certainly doable. Not a very complicated script in fact. AFAIK, I don't think something similar has been developed before. 1. Manual intervention from user 2. HotKeySet 3. _ArraySearch 4. ToolTip Try to put something together, and let us know how it goes... “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) Debug Messages Monitor UDF Screen Scraping Round Corner GUI UDF Multi-Threading Made Easy Interface Object based on Tag
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