Jump to content

Recommended Posts

Posted (edited)

Hey, when I GUICtrlRead it won't read my "#" symbol. Is there a way I can fix this? or maybe a possible workaround?

EDIT:

The exact code in the box being read is "" without the quotes.

EDIT AGAIN:

Actually I think it's a SEND issue not a GUICtrlRead issue. Whenever I try to output that code using SEND it wont output the "#"

Edited by SteveO
Posted

Just tried the autoit help file GUICtrlCreateInput which uses GUICtrlRead and it accepts "#" Ok

Yea, sorry I realized it's actually a Send issue.

Posted (edited)

The hash now sends a Windows keystroke; therefore, Send("#r") would send Win+r which launches the Run dialog box.

Try Send("") Edited by picaxe
Posted (edited)

Try Send("{" & Chr(35)& "}")

I'm pretty sure that will work, but this needs to be user friendly, and I don't think SEND will be able to output that properly when getting it from GUICtrlRead.

EDIT

Nope, it doesn't :/

Edited by SteveO

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