Jump to content

Retrieve Start Button Text


James
 Share

Recommended Posts

If anybody reads this, tell me what happens:

MsgBox(0, "Start Button Text", ControlGetText("", "", "[CLASS:Shell_TrayWnd; CLASSNN:Button1; ID:304;]"))

"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to build bigger and better idiots. So far, the universe is winning."- Rick Cook

Link to comment
Share on other sites

Thanks Bowmore! Why didn't I manage to do it?

I'm not sure you really mean you didn't understand the difference, but if so:

Your example had the CLASS specification for the window "[CLASS:Shell_TrayWnd]" run together with the CLASSNN spec for the control "[CLASSNN:Button1]".

Bowmore properly separated the parameters for the ControlGetText() function.

Sorry for the redundant explanation if you already had that.

:P

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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...