Description: Tracks the current position of the mouse in a multi-screen environment. The opacity level of the arrow is also controlled by the distance the cursor is from your primary screen.
Note: I only had a day to work on this so it's bare at the moment.
As of now it only supports screens directly horizontal or vertical of the primary screen.
enjoy!
Attached is the project in both VB.net and C#.net
This project demonstrates the following..
- The use of System.Windows.Forms.NotifyIcon class (system tray icons and context menus).
- Techniques to achieve a true alpha blended form (using png format imagery).
- Rotating images and simple but effective drawing techniques.
- The use of System.Windows.Forms.Screen class and some of the information it provides.



Reply With Quote