Hi I have a simple form which has a button on it which contains the following code:
Private Declare Function Initialise_MF Lib "MF.dll" (ByVal CallbackFn As Long, ByVal dwUserData As Long) As Long
Private Sub Command0_Click()
Call Initialise_MF(CallbackFn, dwUserData)
End Sub
I think this...