I am currently using the following code SendKeys.SendWait(“{+F5}”); in a wpf application using forms as described in msdn but it throws an exception. I also tried other combinations like (“{+(F5)}”) etc but no luck. Can anyone help me? Thanks.
I am currently using the following code SendKeys.SendWait({+F5}); in a wpf application using forms
Share
Make sure your receiving application has focus, first.