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

    emulating mouse in vb?

    How do I emulate the mouse in VB? Namely clicking, double clicking, moving the cursor, and getting the current cursor position?
    thanks in advance...


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: emulating mouse in vb?

    use the mouse_event API


  3. #3
    Join Date
    Nov 1999
    Posts
    10

    Re: emulating mouse in vb?

    thanks.. the win32 mouse_event api call worked from vb. i guess there is no vb function for this...?


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