Tukata Posted July 28, 2007 Posted July 28, 2007 From Help file:To send UNICODE characters enter the character code, for example this sends a Chinese characterSend("{ASC 2709}")How do I send Thai ?Many thanksTuk
Fabry Posted July 28, 2007 Posted July 28, 2007 See here A lan chat (Multilanguage)LanMuleFile transferTank gameTank 2 an online game[center]L'esperienza è il nome che tutti danno ai propri errori.Experience is the name everyone gives to their mistakes.Oscar Wilde[/center]
Administrators Jon Posted July 28, 2007 Administrators Posted July 28, 2007 If possible, use ControlSetText instead as that works great with unicode. Run("notepad.exe") WinWait("Untitled -") ControlSetText("Untitled -", "", "Edit1", "New Text Here" )
Tukata Posted July 28, 2007 Author Posted July 28, 2007 Well, I am not so expert. I will explain what I need: I want to make display images of all keyboard's buttons and when I click on an image (let's say A key) the Thai letter under that key will be sent (append) to an already open notepad with text in it. Thank you Tuk
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