Jump to content

Recommended Posts

  • Moderators
Posted

1. This notes "!@#^&+" aren't sent by the function Send(). Why?

2. The note "&" isn't seen on the output. Why again?

Try sending it using the raw optional parameter: Send("&", 1)

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Posted

Try sending it using the raw optional parameter: Send("&", 1)

Thanks! Now it's working.

Do you know what's about the second problem?

I try to create a button with the text "&". When I start the GUI, I don't see the note "&" on the button.

Posted

Do you know what's about the second problem?

I try to create a button with the text "&". When I start the GUI, I don't see the note "&" on the button.

Use "&&" to display "&" in button text. Single "&" used to denote keyboard shortcut.

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
×
×
  • Create New...