Search results for query: *

  1. N

    form follows cursor?

    using VB.NET, can anyone here make a form follow my mouse cursor around my screen as i move my mouse. I am not sure if I should use setcapture or what?thanks for any help. A working example would be great but any help is nice, :) thanks
  2. N

    how does one find mouse location in screen coordinate

    could you you clarify this part Eric_M SetCapture(YourWindow.Handle) could you you clarify this part? "YourWindow" refers to the other app I would be gettting mouse messages from? Will your method recieve mouse messages even when over just the desktop? or do I have to be over another...
  3. N

    how does one find mouse location in screen coordinate

    ncc1701d thanks mothra for that and it does help to some degree, only what I am trying to do is be able to drag cursor all over the screen and have the form text boxes update/get the coordinates from whole desktop. ... basically like many on screen color picker programs do. From what you gave...
  4. N

    how does one find mouse location in screen coordinate

    how does one find mouse coordinates location on screen (not just in form)using VB.NET.? Any tutorials or suggestions. Just displaying those coordinates in text boxes is all I am trying to do. Should i use mouse messages or get cursor positions or mousemove? I am a beginner so any tips/code...
Back
Top