Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Regarding Mouse Move event!!

Regarding Mouse Move event!!

Scheduled Pinned Locked Moved C#
helpquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    RajeshGuptha
    wrote on last edited by
    #1

    Hi, im trying to capture the position of the mouse from the mouse move event and changing some properties. But the mouse move event doesnt seem to be fast enough to capture the movements immediately and change the properties accordingly!! Can anybody help regarding this? Thanks and Regards, Rajesh

    M 1 Reply Last reply
    0
    • R RajeshGuptha

      Hi, im trying to capture the position of the mouse from the mouse move event and changing some properties. But the mouse move event doesnt seem to be fast enough to capture the movements immediately and change the properties accordingly!! Can anybody help regarding this? Thanks and Regards, Rajesh

      M Offline
      M Offline
      MoustafaS
      wrote on last edited by
      #2

      In the mouse move event: private void _MouseMove(sender,e) { Point p = Control.MousePosition; //and then try to apply what you want according to the value of this point like: this.Location = p; }

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups