Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/wpf/14.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 在电子邮件和数字模式下打开Windows虚拟键盘(Tabtip.exe)_C#_Wpf_Virtual Keyboard - Fatal编程技术网

C# 在电子邮件和数字模式下打开Windows虚拟键盘(Tabtip.exe)

C# 在电子邮件和数字模式下打开Windows虚拟键盘(Tabtip.exe),c#,wpf,virtual-keyboard,C#,Wpf,Virtual Keyboard,我使用Webbrowser(System.Windows.Browser)开发了一个WPF应用程序,我加载了本地html文件,其中包含电子邮件、号码、电话等类型的输入控件 <input type="email" /> <input type="number" /> 虚拟键盘将更改为电子邮件号码,页面通过Internet Explorer加载,但不会通过我开发的WPF Webbrowser应用程序加载

我使用Webbrowser(System.Windows.Browser)开发了一个WPF应用程序,我加载了本地html文件,其中包含电子邮件、号码、电话等类型的输入控件

<input type="email" />
<input type="number" />

虚拟键盘将更改为电子邮件号码,页面通过Internet Explorer加载,但不会通过我开发的WPF Webbrowser应用程序加载