mouseposition

  1. C

    dectect mouse move

    I need to be able to find out if the mouse has been moved, if the mouse hasn't been moved in a minute then use Cursor.Hide() to hide the mouse, if the mouse is moving then I want the mouse to be shown. To get the Position of the mouse use this: Cursor.Position.X Cursor.Position.Y I don't...
  2. S

    Question Panel MousePosition Problem

    Hey. I have a program that dynamically makes panels inside a main panel called "pnlTest". I want to be able to select the panels inside the main one, but I am at a lost on how to do it. I was thinking that selecting the child control by its location would be the best way to do this. Private...
Back
Top