Redirecting mouse
I'm currently doing a Visual Basic .NET project in school which also counts as my final exam for my programming class. In my program, I am trying to make sord of a help mode for my game and I was wondering if it was possible to redirrect the mouse. What I mean is that if the user put the mouse over a certain button and that is not what he is suppose to click on, I want the mouse to go over the button he is suppose to click on, so it moves the mouse cursor to the right place.
Please let me know if there is any sort of command I can use for this purpose.
Thank you !
Martin

