mesale0077 Posted September 2, 2009 Posted September 2, 2009 hi _IsPressed() ş,ü,i,ö,ç,İ,Ü,Ç,Ö, code number example: _IsPressed(41) = a thank you for help
Bert Posted September 2, 2009 Posted September 2, 2009 What spoken language are you referencing? Russian? The Vollatran project My blog: http://www.vollysinterestingshit.com/
Marlo Posted September 2, 2009 Posted September 2, 2009 Maybe you can use something along the lines of: msgbox(0, "", Asc("Ö")) to get the code of the button? Click here for the best AutoIt help possible.Currently Working on: Autoit RAT
mesale0077 Posted September 2, 2009 Author Posted September 2, 2009 (edited) button code ş,i,ü,ö help if _IsPressed(41) then MsgBox(0, "", "You press the a") char(65):a hex(65):41 char(222): Ş HEX(222):"DE" but press "Ş" button dont work why _IsPressed(???) press "Ş" MsgBox(0, "", "You press the Ş") Edited September 2, 2009 by mesale0077
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now