這個問題,研究了將近兩個小時,baidu,google,好大一會,windows 平板自己的應用程序,必須瀏覽器,notepad都是能夠自動喚起軟鍵盤的,可是個人winfrom 程序就是不能夠,起先懷疑是個人程序問題,我從新寫了一個test 程序,發現依舊是不能喚醒。網上也發現不少網友都有這個問題,可是也沒說個什麼解決辦法。最終,最終,找到一篇帖子,https://stackoverflow.com/questions/36179917/automatically-pop-up-tablet-touch-keyboard-on-winforms-input-focuswindows
-
Insert a reference to UIAutomationClient.dll to your project瀏覽器
-
In the form-load-handler of the application's main window, insert the following code
appvar asForm = System.Windows.Automation.AutomationElement.FromHandle(this.Handle);