Tyranlol 0 Posted September 6, 2010 Hello, As my Topic Description said, How do i type words like '@' with ControlSend() ? What i want it to: Controlsend("MyWinDowTitle", "", "", "MyEmail@Mail.com") Thanks in advance [u]Only by Attempting the Impossible You Can Earn the Remarkable[/u] Share this post Link to post Share on other sites
somdcomputerguy 103 Posted September 6, 2010 ControlSend flag [optional] Changes how "keys" is processed: flag = 0 (default), Text contains special characters like + to indicate SHIFT and {LEFT} to indicate left arrow. flag = 1, keys are sent raw. Fly your flag, proudly, as 1!! - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change. Share this post Link to post Share on other sites
Tyranlol 0 Posted September 6, 2010 ControlSendFly your flag, proudly, as 1!! That works, thanks a lot [u]Only by Attempting the Impossible You Can Earn the Remarkable[/u] Share this post Link to post Share on other sites