dotnet / dotnet/wpf

how to use softkeyboard in wpf of dotnet8 ?

Open
#10,427 3 comments 0 reactions 0 assignees View on GitHub
External Non-WPF Issue Question
Dominant language
C#
Stars
7.7k
Forks
1.3k
Avg merge
1d 11h
Merged PRs (30d)
61

Description

I use the code throw an exception
```
string file = "C:\\Program Files\\Common Files\\microsoft shared\\ink\\TabTip.exe";

if (!System.IO.File.Exists(file))
return;
Process.Start(file);
```
the exception content:
```
An error occurred trying to start process 'C:\Program Files\Common Files\microsoft shared\ink\TabTip.exe' with working directory 'E:\Github Sources\MyLogViewer\src\KeyTextBoxApp\bin\Debug\net6.0-windows'. 请求的操作需要提升。
```

the exception don't tell me method.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.