Helly, I am trying to have my code send multiple keys together (ctl+alt+shift+q). I have tried System.Windows.Forms.SendKeys.Send("^(%(+(q)))") where ^=ctl, %=alt, and +=shift but it is not working. Would I need to somehow select desktop or winlogon windows before calling it? Is there another way? The key combination shows a hidden window that a 3rd party app is managing.
Thanks!
Thanks!