Shebaz Posted May 11, 2005 Posted May 11, 2005 Can we use a dll written in C++ in code of VB. If yes then how?
dman Posted May 12, 2005 Posted May 12, 2005 If it is an activex dll you can add a reference to project or use "createobject"If it is a regular dll you must use "Declare Function" statement. Look up this in help.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now