CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: mouse api?

  1. #1
    Join Date
    Aug 2001
    Posts
    17

    mouse api?

    What api do i use for mouse events, i want vb6 to preform mouse events for me in windows

    mouse down
    mouse up
    double click
    mouse drag
    mouse drop

    Thank you in advance


  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: mouse api?

    Try going to AllApi.net, maybe it's there

    F. T. W.

  3. #3
    Join Date
    Mar 1999
    Location
    Nepal
    Posts
    540

    Re: mouse api?

    mouse_event() or SendInput()

    Here's sample code
    http://codeguru.com/cgi-bin/bbs/wt/s...b&Number=56324


  4. #4
    Join Date
    May 2000
    Location
    New York, NY, USA
    Posts
    2,878

    Re: mouse api?

    Shree, I've already voted for this code last time, but I like it and vote again

    Iouri Boutchkine
    [email protected]
    Iouri Boutchkine
    [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