C
C#9mo 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
DeliBey
DeliBey9mo ago
What do you mean by similar to winforms? You can use user32.dll with DllImport i think
Buddy
Buddy9mo ago
What are you trying to make?

Did you find this page helpful?