When I first got a computer that uses dual screen modes I was pretty excited, but I was quickly mad at the fact that there was not a good mode to have the mouse scroll through on every side. This is the reason why I made this code. There is two minor flaws in my code, one that you need to have the correct setting for primary and secondary screens (the screen shot shows you the setting) and also when you move your mouse from the primary screen from the left to the secondary screen the mouse is not controlled by this program, and it is left up to the video card, which doesn't work proportionaly like the program does. This became too much work to figure out so I left it the way it was. I hope this helps many people that are not satisfied with dual mode screens. BTW, you don't need to use the same screen size settings, just need the secondary on the left of the primary, and that the tops of each screen line up... in the future screen wraper I hope to have it work with any settings. If you enjoy this program Please Rate Me.
File List:
AssemblyInfo.vb
1Kb
DualScreenMouseFix.sln
1Kb
DualScreenMouseFix.suo
8Kb
DualScreenMouseFix.vbproj
4Kb
DualScreenMouseFix.vbproj.user
2Kb
Form1.resx
6Kb
Form1.vb
7Kb
Similar code
WriteMemoryProcess Function
(Popularity: ) : Ive spent hours looking and now ive finally solved how to declare WriteMemoryProcess in VB .Net. Sorry for the short snappy code. The aim of this code is to change a value of a processes memory using a given memory ... Easy Version information from .NET assembly
(Popularity: ) : Returning Versions, ProductName and Copyright information in .NET is a .PainInTheButt this class will simplify the whole process and save you at least and hour of trying to figure out how Microsoft implemented the Assembly Windows Shutdown Timer
(Popularity: ) : This little tool shutdown, logoff, power off windows at a specific time user set. User may set a time or count down time to shutdown Windows. User is given 1 minute warning before the actual shutdown using msn popup like ... INOUT32 Library for I/O with .NET
(Popularity: ) : The library it allows to manage the hardware I/O with the operating systems Windows 2000/XP from .NET and VB6 applications. It is complete of sources of the library and the necessary Device Driver. The sources of three programs of tests ... A Exchange Backup
(Popularity: ) : Working on my latest project required quite a degree of development against the Active Directory. Not having had any AD experience before slowed me down for a while, but after trawling through lost of news groups etc, I gathered enough ... Insert CD notify class
(Popularity: ) : This is a simple class that works not only with cd-roms but also with other removeble devices. Whenever a cd or any other rem dev is inserted it generates an event ... Please rate this. PS: The class uses WMI ... Hello User
(Popularity: ) : Enable the user to type in some text, and when the user presses the click me button, the text is displayed in a label control.The program will take the user name in the textbox and welcomes him. Simple string formatting ...