Click here to Skip to main content
15,897,187 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
See more:
I have an winform application that runs full screen on a system like DashBoards and I would like to be able to (at times) switch another program using an ALT-TAB like
interface. Is there any way I can instantiate the built in ALT-TAB window or is there any way I can generate the ALT-TAB event/message progammatically.
Posted
Comments
Sergey Alexandrovich Kryukov 24-Jan-13 23:01pm    
Why?!!
—SA
sai sagar 25-Jan-13 6:34am    
i need message when i click on alt + tab in winforms application

1 solution

http://blogs.msdn.com/b/oldnewthing/archive/2007/10/08/5351207.aspx[^] could possibly answer your question.
This thread[^] discussion some approaches.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900