VBGamer |
|||||||||||||||||||||||||||||||||||||||||||||||||||||
RE: Umm...help? Adam Hoult (2 replies, 0 views) (2000-May-9) A COM DLL is an ActiveX DLL (you know basically like the DXVB DLL) NOT a control (it's added in References, not in components). The "standard" type of DLL, is things which require function calls (like the win32api) such as Declare Function blah blah "MyString.Dll" blah in your general declarations.
HTH
Adam
|