Tukata 0 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 Share this post Link to post Share on other sites
Fabry 0 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] Share this post Link to post Share on other sites
Jon 1,013 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" ) Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ Share this post Link to post Share on other sites
Tukata 0 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 Share this post Link to post Share on other sites