Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / desktop / WinForms

Ensure visibility of your windows when switching computerscreens

0.00/5 (No votes)
30 Nov 2010CPOL 8.2K  
I have for years used the follow to fetch a window to a visible screen.1. Right click the window on the taskbar and select 'Move' (or use the keystrokes Alt-Space, M)2. Move the mouse a bit3. Press left arrow4. Move the mouse around - you will see the window outline ;) 5. left click...
XML
I have for years used the follow to fetch a window to a visible screen.
1. Right click the window on the taskbar and select 'Move' (or use the keystrokes Alt-Space, M)
2. Move the mouse a bit
3. Press "left arrow"
4. Move the mouse around - you will see the window outline ;) 
5. left click to drop the window on screen.
:cool:

License

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