I want to simulate pressing WinKey + digit to switch between to application in taskbar.
Is there a way to do this with managed code or I have to use win32 API? I tried to use SendKeys.SendWait with something like "^{TAB}2" but this writes 1 in the field of Start Menu. Nor does "(^{TAB})1" works.
How can I pass WinKey to SendKeys?