Jump to content

Window box name finders. List all possible ways.


Recommended Posts

Larry posted the other day when some guy made a post about hwo he wanted his IP thinger to be filled out but he could not find the controls for the boxs.

This was usefull information one of the programs was Autospy another one was WinGetText function. I can no longer find that thread.

Was there another script someone had made that list the Moduals?.

This seems like a question people ask a lot so why not make a sticky of it so it stays on top...threads disapear really fast.

I modified the autospy code a little to make it easier to copy down the boxes.

here is the code ot do this: (just add it to the start of autospy. when you press the Pause button it will copy it to clipboard then you can press CTR-V to paste it where you want it.

HotKeySet("{PAUSE}", "Copy")

Func Copy()

   ClipPut ( ControlRefUnderMouse($H) )
    
EndFunc

Anyway... let me know about other programs.

Lastly does anyone happen to know what the general name of Combo Boxes, Date Boxes and Text Boxes.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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