Sending Key Strokes with C# in Win10 outside of app

折月煮酒 提交于 2019-12-06 10:35:10

Seems Sendkeys are disabled in Windows 10. In Windows 8.1 , Diasbling UAC in Registry I can use SendKeys to Windows Calculator as usual. In Windows 10, disabling the UAC in Restry the Calculator will not launch at all. Enabling the UAC the Calculator launches, but is not accepting any Sendkeys Command, but is accepting the Ctrl+V and Ctrl+C (read and copy to Clipboard) issued from directly from Keyboard.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!