Jump to content

dll question


 Share

Recommended Posts

hey guys, im trying to work with dll's for the first time, but i cant get it to work, this is what the helpfile says, but thats voor VB i think:

The function must have the following declaration:

Sub CallBack(ByVal msg As Long, ByVal wParam As Long, ByVal lParam As Long)

Can you tell me how to do this in autoit? thanks in advance!

Link to comment
Share on other sites

hey guys, im trying to work with dll's for the first time, but i cant get it to work, this is what the helpfile says, but thats voor VB i think:

Can you tell me how to do this in autoit? thanks in advance!

sorry, no callback functions in autoit. If you need that, you'll have to write your own DLL and do the callback there, then DllCall your DLL to do whatever needs to be done in AutoIT.

__________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *

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...