Results 1 to 6 of 6

Thread: [solved] how to do global mouse hook in VB .NET?

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member temp_12000's Avatar
    Join Date
    Jan 2004
    Location
    LA, USA
    Posts
    411

    [solved] how to do global mouse hook in VB .NET?

    Looks like .NET does not support global system hook. I got an example of system wide disable mouse: http://www.devcity.net/forums/faq.as...15&cat=Windows, it works in XP Pro. However, if I only disable some of the mouse event, i.e. LButtomUp and LButtonDown only, then sometimes I got error. What's the difference between disable all mouse events and some of them? Anyone has a better way to do this in VB .NET?

    I'm doing a program in VB6 which runs great, however, I want to change it to VB .NET, then I found MS VB .NET does not support global mouse hook, what should I do now? Stay at VB6?

    thanks.
    Last edited by temp_12000; Feb 2nd, 2004 at 01:38 PM.



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