I'm trying to send a Ctrl-Alt-Break sequence to an RDP ActiveX window in a WebBrowser control in order to make it fullscreen.
I've searched the internet and tried numerous ways to accomplish this (PostMessage, keybd_event, SendMessage), and have not succeeded.
I am pretty sure I did something wrong, so I'd really like some help.
Thanks!