RE: Make a msn plug plugin
compiling a DLL in VB6 is very much the same as a executable.
when VB loads up, instead of selecting "Standard EXE" select "ActiveX DLL", this will bring up a class module. write your functions in that.
the goto File->Make (Name).dll
then select where you want it to go.
you get it now? if not please be more specific.
|