winform textbox 不能喚醒windows 平板的軟鍵盤解決辦法

  這個問題,研究了將近兩個小時,baidu,google,好大一會,windows 平板自己的應用程序,必須瀏覽器,notepad都是能夠自動喚起軟鍵盤的,可是個人winfrom 程序就是不能夠,起先懷疑是個人程序問題,我從新寫了一個test  程序,發現依舊是不能喚醒。網上也發現不少網友都有這個問題,可是也沒說個什麼解決辦法。最終,最終,找到一篇帖子,https://stackoverflow.com/questions/36179917/automatically-pop-up-tablet-touch-keyboard-on-winforms-input-focuswindows

         

  1. Insert a reference to UIAutomationClient.dll to your project瀏覽器

  2. In the form-load-handler of the application's main window, insert the following code
    app

    var asForm = System.Windows.Automation.AutomationElement.FromHandle(this.Handle);
相關文章
相關標籤/搜索