Search results for query: *

  1. B

    Mouse move event when mouse not over form

    Thanks for your reply. My code uses the mouse move event, but the code you added just returns the position of the cursor (which I'm currently getting from using cursor.position). Is there anyway of getting the mouse move event to be raised when not over my form? (maybe from an external dll...
  2. B

    Mouse move event when mouse not over form

    Hello All, I'm new to programming and this forum so please excuse me if this is a stupid question. I'm trying to resize a form when the mouse is 'tapped' twice against the edge of the screen. My idea is to use the mouse move event to start a timer when the mouse co-ordinates are equal to that...
Back
Top