0
votes

I want to draw under the mouse cursor at the desktop (not only over my form). I tried a topmost maximized transparent form, but I cant get the mouse move event becouse the form is transparent.

To make it transparent: Background color = TransparencyKey color


I am able to get the mouse position (http://www.codeproject.com/Articles/7294/Processing-Global-Mouse-and-Keyboard-Hooks-in-C?msg=4189292#xx4189292xx) and draw to screen using the Paint event :D

1

1 Answers

1
votes

Set the form opacity to 1% instead of 0%.