Jump to content

Recommended Posts

Posted

I'm having a problem with using "pluginopen" to open "user32.dll". Is it impossible? If yes, who can show me one example to call the "user32.dll" function such as keybd_event or mouse_event? thank Q :)

Welcome to Cloudkia.comThe place to Navigate Google Maps on your computer and have your friends view it live from theirs.

Posted (edited)

'user32.dll' is'nt an autoit plugin...

maybe your thinking of DLLOpen('user32.dll').

In order for pluginopen to work, the dll has to be written using autoit's plugin sdk (i guess).

example dllcall:

DLLCall("user32.dll", "int", "MessageBox", "hwnd", "", "str", "message", "str", "title", "long", 0)
Edited by CHRIS95219
Posted

nope...actually I have something to do with the "user32.dll", so i which to call the same function from the different file... ehh? blur? hehehe....I'm not sure what I do is the right thing..

Welcome to Cloudkia.comThe place to Navigate Google Maps on your computer and have your friends view it live from theirs.

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
×
×
  • Create New...