Jump to content

Recommended Posts

Posted

Is there any way to get more details on how to use dllcall function?

I just found some windows api function and some works on dllcall but some not!

Swapmouse buttons

1 to swap left button with right button

0 to restore

DLLCall("user32.dll","int","SwapMouseButton","int",1); Swap Button

DLLCall("user32.dll","int","SwapMouseButton","int",0);Swap Back

swapmouse.au3

Posted

Firstly, do you know what it does?

Lar.

<{POST_SNAPBACK}>

I am not sure but I just try some examples in VB, this function works.

What I want is to apply some examples for VB in AU3 so that

we can expand the usage of AU3.

Alexis Cheng

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...