Jump to content

Recommended Posts

Posted

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!

Posted

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...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...