Send CTRL+ALT+END over RDP
Does anyone know a way of acheiving this? So far i have the following code: [DllImport("user32.dll", SetLastError = true)] static extern void keybd_event(byte bVk, byte bScan, int dwFlags, int dwExtraInfo); public const int VK_MENU = 0x12; public ...