Click to See Complete Forum and Search --> : Question - Calling C++ DLLs from VB ?


Dave Mountain
July 19th, 2001, 04:48 AM
How can I call functions in C++ DLLs from VB ?
I'm a total beginner with VB, examples would be appreciated.
Thanks for your time,
Dave.

Tower
July 22nd, 2001, 10:05 PM
You can use any dll as any API decloration
Declare Function MyFunction Lib "mydll.dll" (ByVal MyParam as Long) As Long