CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 1999
    Posts
    34

    MouseClick detect?

    How do I tell my form to detect a mouse click that was done somewhere else on the screen, not on my form?


  2. #2
    Guest

    Re: MouseClick detect?

    u can do it using windows api functions .
    use pointapi strucrure get x y detected on screen and write code
    mail me on [email protected]


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured