VBGamer |
|||||||||||||||||||||||||||
Re: non-VB dll's ... David Goodlad (1 reply, 0 views) (2001-Jul-28) As long as you know (or can find out) what functions are exported from the dll, you can build a Declare Function statement for VB to use it.
I forget the command, but from the dos cmd-prompt, there's a program that will tell you all the exports from a dll. Might even be something as simple as 'exports dllname.dll', but I can't remember.
David
|