Jump to content

PluginOpen


Recommended Posts

'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
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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