mesale0077 Posted September 2, 2009 Share Posted September 2, 2009 hi _IsPressed() ş,ü,i,ö,ç,İ,Ü,Ç,Ö, code number example: _IsPressed(41) = a thank you for help Link to comment Share on other sites More sharing options...
Bert Posted September 2, 2009 Share Posted September 2, 2009 What spoken language are you referencing? Russian? The Vollatran project My blog: http://www.vollysinterestingshit.com/ Link to comment Share on other sites More sharing options...
Marlo Posted September 2, 2009 Share 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 Link to comment Share on other sites More sharing options...
mesale0077 Posted September 2, 2009 Author Share 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 Link to comment Share on other sites More sharing options...
mesale0077 Posted September 14, 2009 Author Share Posted September 14, 2009 ok no problem, thank you Link to comment Share on other sites More sharing options...
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