I have tried to simulate Alt + Tab key press using SendInput, keybd_event, SendMessage and SendKeys.Send but none of them work. All other key presses work but only Alt + Tab doesn't work.

Can anyone tell me how do I open the Alt + Tab Task Switcher programatically?

有帮助吗?

其他提示

You can use SendKeys class and it’s Send method

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top