|
Hello all,
In Windows 7, when using a multi monitor set up, and each monitor has different resolutions, you will notice that when you move the mouse from the smallest monitor to the biggest one it always works well, but when you do it in the other way, from the big one to the small one, some times it fails.
Let me explain, assuming that the top of the display is the vertical coordinate 0, if you have the mouse pointer in a vertical position bigger than the maximum resolution of the smaller display the mouse cursor will "collide" to an invisible wall.
Is there any way to avoid that? (apart of course than using two monitors of the exact resolution or to set both monitors to the same resolution).
As probably my explanation won't be the best one you will have seen, here you can read more about it: http://www.tomshardware.co.uk/forum/34796-63-dual-monitors-resolutions-sizes[^]
Any idea?
My configuration is:
- Laptop with 1280x800 resolution and one analog display with 1920x1080 resolution.
- Windows 7.
- ATI Catalyst control center with a Radeon mobility HD 3650 graphics card.
PS: It is not ultra annoying it is something like when the mouse cable gets trapped and you can't move where you want... yes, it is ultra-annoying.
|
|
|
|
|
I found it annoying only for a few days, then I got used to it.
|
|
|
|
|
That's definitely not the answer I expected
|
|
|
|
|
In that case... get a smaller second monitor... 
|
|
|
|
|
Argh!
|
|
|
|
|
You're welcome... we're here to help fix problems... 
|
|
|
|
|
You can't be serious...
|
|
|
|
|
|
Simples. Before moving your cursor from he bigger monitor to the smaller one, position your cursor within the co-ordinates of the smaller monitor and then move the cursor. 
|
|
|
|
|
You can't even imagine the amount of fun I'm getting with a simple serious question...
|
|
|
|
|
Welcome to CodeProject 
|
|
|
|
|
|
That wall should be there; one screen is essentially larger than the other, so the behaviour is correct. It'd also become very confusing if Windows tried to guess where you'd want your mouse to be.
The only way to get rid of it is by having the same resolution on both screens.
Bastard Programmer from Hell
If you can't read my code, try converting it here[^]
|
|
|
|
|
Well, of course I understand why it is there .
When using Mouse without borders in the office with my main computer together with my laptop this is not happening and resolutions of both devices are completely different.
This could be implemented and it would improve the experience in most of the situations as there are really not much applications that are using the first pixel of the display, typically there are margins around that would avoid the mess to happen.
I've been wondering if anyone has developed that already...
|
|
|
|
|
Hi i have configured open Dns alternatively for un restricting for certain users i have configured in tcp/ip of general tab to use dns servers and there i specified the intranet domain ip so know i want to restrict all the users to use the open dns irrespective of configuration, hows its possible without manually going to do lap to lap is there any way pls suggest me
|
|
|
|
|
What about Group Policies?
|
|
|
|
|
i haven't used the group policy
|
|
|
|
|
Hi! Greetings of the day,
I have a windows 2003 server and have recently configured it to act as a router by doing NAT configuration. I have a public IP address provided by my ISP.I have a web application hosted on one of my internal servers and able to access the application on LAN. How do I access the same application using my public IP address?
|
|
|
|
|
|
Thank you so much for your quick response..
On "Services and port" tab how do I enable "On this address pool entry"?
Thank you in advance
|
|
|
|
|
If the option is grayed out you have probably not defined an address pool. This can be done in the 'Adress Pool' tab. But this is for multiple IP adresses assigned by your ISP. If you have only one public IP address, you can use the 'On this interface option'.
|
|
|
|
|
Hi,
I am a bit out of my depth here so I have some questions. At my site we do unattended installs and configuration of our machines. I would like to script the install of a mmc snap in but have come to an impasse. I have found some sample code but I cannot find documentation to take me further. I would like to add the Group Policy Object Editor which I can do. But I want to further configure it to the local policy/Non-administrators which is where I get suck.
Below is what I have so far any and all help will be welcome. Thanks in advance.
d
If WScript.Arguments.length =0 Then
Set objShell = CreateObject("Shell.Application")
objShell.ShellExecute "wscript.exe", Chr(34) & _
WScript.ScriptFullName & Chr(34) & " uac", "", "runas", 1
Else
Dim objSCANode
Dim objMMC
Set objMMC = CreateObject("MMC20.Application")
objMMC.Document.SnapIns.Add("Group Policy Object Editor")
objMMC.Show
Set objSCANode = objMMC.Document.ScopeNamespace.GetChild(objMMC.Document.RootNode)
objMMC.Document.ActiveView.Select objSCANode
objMMC.Document.ActiveView.SelectionContextMenu.Item(2).Execute
wscript.Echo "objMMC.Document.RootNode.Name: " + objMMC.Document.RootNode.Name
wscript.Echo "objMMC.Document.ScopeNamespace.GetChild(objMMC.Document.RootNode): " + objSCANode.Name
wscript.Echo "objMMC.Document.ActiveView.Memento (objSCANode.Name): " + objMMC.Document.ActiveView.Memento
wscript.Echo "objMMC.Document.ActiveView.Selection.Item(1): " + objMMC.Document.ActiveView.Selection.Item(1).Name
wscript.Echo "objMMC.Document.ActiveView.SelectionContextMenu.Item(2).DisplayName: " + objMMC.Document.ActiveView.SelectionContextMenu.Item(2).DisplayName
wscript.Echo "objMMC.Document.ActiveView.SelectionContextMenu.Item(2).Path: " + objMMC.Document.ActiveView.SelectionContextMenu.Item(2).Path
end if
|
|
|
|
|
When a client request for a ip in dns server it get the ip after resolve. Now the client knows the ip of the web server it requested. But when client click a link in the page within the domain, i want to know how now client will connect with web server i.e via ip or name. what is the task of reverse lookup zone.
|
|
|
|
|
Given a URI of the form host.organisation.suffix, the name will be sent via DNS to a system that can resolve names belonging to the suffix group (e.g. .com, .org etc). That system can then pass off to a system that can resolve names by organisation, and lastly to a system that can resolve host names in an organisation to an IP address.
Veni, vidi, abiit domum
|
|
|
|
|
I would like to seek some one's ideas and/or assistance regarding Cisco E900 router configuration w.r.t. downloads and security bypassing. The original thread is located here:
How to block continous downloads?[^]
As per peer suggestion in Lounge, I am placing a pointer question here, in lieu of multi-posting.
|
|
|
|