I need to write a DLL in vb6. can anyone point me in the direction a a
sample piece of code. As I have no idea where to start
Many thanks
Dave
Ralph - 20 Oct 2005 15:59 GMT
> I need to write a DLL in vb6. can anyone point me in the direction a a
> sample piece of code. As I have no idea where to start
>
> Many thanks
> Dave
Hopefully an ActiveX DLL as that is only type supported by the VB6 IDE. Open
"New Projects", Select "ActiveX DLL"
Open "Help Contents", Index "ActiveX Dll", read Article "Creating an ActiveX
DLL".
hth
-ralph
MikeD - 20 Oct 2005 16:00 GMT
>I need to write a DLL in vb6. can anyone point me in the direction a a
> sample piece of code. As I have no idea where to start
Click VB's File menu and then select New Project. From the New Project
dialog box, select ActiveX DLL and click OK.
This sounds like a school assignment. Perhaps you need to talk with your
teacher.

Signature
Mike
Microsoft MVP Visual Basic