C
C#6mo ago
Cuda

C# WPF how to send keys with 'CTRL' key

How do we simulate sending keys similar to winforms?
I want to send ctrl+b using code.
2 Replies
Servator
Servator6mo ago
What do you mean by similar to winforms? You can use user32.dll with DllImport i think
Buddy
Buddy6mo ago
What are you trying to make?

Did you find this page helpful?