can i have a button in my web application that effectivly runs the alt tab process?????
Printable View
can i have a button in my web application that effectivly runs the alt tab process?????
bringing this thread back to the top becuase i have the same question
Have you tried using Sendkeys.Send(...) to mimic the user's keystrokes? MSDN has a full rundown of the syntax.
I just posted code to Alt+Tab in this thread but I'm not sure if it will work in a web form.