I have dual monitors and I want to span my current window so that it appears as one giant window on both monitors. Does anyone know how to do this natively from windows? If not, any free utilities that can do this?
|
|
In contrast with what others are saying, here is a free, working solution that maximises the window which is under the mouse. (Credits go to the guy who wrote these amazing 'autoit' functions - I just wrote the bit which uses them.) Download autoit and install it (free software): http://www.autoitscript.com/site/autoit/ Create a .au3 file. Paste this inside:
Then change the line WinMove($MyWin,"",0,0,3840,1165) to the values of your liking. Then you can create a windows shortcut to this file, right click it->properties, and assign a shortcut (e.g. CTRL+ALT+UP). Most likely you will find that you will need to repeat the procedure and create a second file to restore the window to a small size. Hope this helps |
||||
|
|
|
Unless you have an ATi card with Eyefinity support, there is no way to extend a window to both screens. Unfortunately, there seems to be no free utility to do the same, there are couple of paid tools, including Ultramon. |
||||
|
Click and drag, otherwise you can use your advanced graphics card to configure the monitors to act as one large screen. |
|||
|
|
|
If you have an nVidia video card:
Now, when you click the Maximize button, it'll cover both monitors. Your taskbar will also cover both monitors. If that bugs you, try dragging it to the left of the monitor so it becomes vertical (this works better if you make the icons small and use 'never combine'). |
|||
|
|
|
On my Windows 7 I'm able to drag the window so that it covers both screens. If you right click your desktop and chose "screen resolution", you have to chose "extend these displays" under "multiple displays". If you close the window again it should remember size and position. |
|||||||
|
