Jump to content

Use of Visual Basic's Dll


Guest Rodrigo
 Share

Recommended Posts

Guest Rodrigo

Hello to all,

I'm use v3.1.0

Well, I have one function made in Visual Basic 6.0 that I'd like use in AutoIt. For this I make one Dll,but not work.

For those that know VB.

(ActiveX Dll Project) in a Class Module I have this code (Is just one example !):

Function msg(result$)

MsgBox result, vbCritical

End Function

And I compile this code as popup.dll

How Can I Call this dll in the AutoIt ??? This is possible with a dll made in VB ?

THX.

Rodrigo Martins.

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