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. Hovering Mouse

Hovering Mouse

Scheduled Pinned Locked Moved C#
3 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.
  • I Offline
    I Offline
    IceWater42
    wrote on last edited by
    #1

    Hi .. i would like to get the handle to the top level window where the mouse is hovering ... whether it is hovering in MY application or another application. Thanks for your time.

    P 1 Reply Last reply
    0
    • I IceWater42

      Hi .. i would like to get the handle to the top level window where the mouse is hovering ... whether it is hovering in MY application or another application. Thanks for your time.

      P Offline
      P Offline
      Pablo Hernandez Valdes
      wrote on last edited by
      #2

      Try to use the api function WindowFromPoint: [System.Runtime.InteropServices.DllImport("user32.dll")] static extern int WindowFromPoint(int x,int y); Then you can get the handle of the window that is just below the (x,y) point in absolutes coordinates (relative to the top-left corner of the screen). Pablo Hernandez Valdes

      I 1 Reply Last reply
      0
      • P Pablo Hernandez Valdes

        Try to use the api function WindowFromPoint: [System.Runtime.InteropServices.DllImport("user32.dll")] static extern int WindowFromPoint(int x,int y); Then you can get the handle of the window that is just below the (x,y) point in absolutes coordinates (relative to the top-left corner of the screen). Pablo Hernandez Valdes

        I Offline
        I Offline
        IceWater42
        wrote on last edited by
        #3

        thank you, pablo ... that sounds like just what i am after

        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