How can I send CTRL+X using Sendkeys.Send in C#?
Sendkeys.Send
This should do it.
SendKeys.Send("^X")
.. but SendKeys.. yuck.. :-)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!