Click here to Skip to main content
15,896,344 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
I am using windows indic tool in my windows application for input in HINDI, to enable indic tool i use SendKeys.SendWait("%(+)"); its working fine. My problem is when i press Tab key to focus other textbox then its not working because indic tool is enabled. How it will work.
Posted
Comments
Sergey Alexandrovich Kryukov 18-Oct-13 10:09am    
SendKey is a very weak API, it is not supposed to work in all cases. The real question is: why are you doing that? What are you trying to achieve? What is "indic tool? Remember that using key simulation for UI developer is the abuse...
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900