Shoutbox

Make a msn plug plugin - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Forum: Plug-Ins (/forumdisplay.php?fid=28)
+------ Thread: Make a msn plug plugin (/showthread.php?tid=37468)

Make a msn plug plugin by Stijn_klasje on 01-25-2005 at 04:53 PM

Hello everybody!:)

Can someone tell me how I must make a plugin for Msg + in VB 6?:$


Thank you


RE: Make a msn plug plugin by Dempsey on 01-25-2005 at 04:57 PM

Look at http://msgplus.net/help_plugins.php for the Plugin Sample and doucmentation


RE: Make a msn plug plugin by Stijn_klasje on 01-26-2005 at 03:28 PM

quote:
Originally posted by Dempsey
Look at http://msgplus.net/help_plugins.php for the Plugin Sample and doucmentation
I have already downloaded that, but I just don't understand how I must use it. I don't know how I must put it in a DLL file :$
RE: Make a msn plug plugin by Millenium_edition on 01-26-2005 at 05:39 PM

you have to compile the file. and i strongly recommend to start with easier stuff if you don't even know how to compile that ^o)


RE: RE: Make a msn plug plugin by Stijn_klasje on 01-29-2005 at 09:26 AM

quote:
Originally posted by Millenium_edition
you have to compile the file. and i strongly recommend to start with easier stuff if you don't even know how to compile that ^o)

I can programming in visual basic, I work with bjorn on a A.I. project! But I have never ever before worked with a dll file... I thaugt that U would get friendly help here...
RE: Make a msn plug plugin by Ash_ on 01-29-2005 at 12:41 PM

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.


RE: Make a msn plug plugin by Millenium_edition on 01-29-2005 at 03:08 PM

quote:
Originally posted by Stijn_klasje
I can programming in visual basic, I work with bjorn on a A.I. project! But I have never ever before worked with a dll file... I thaugt that U would get friendly help here...
well, usually you don't start big projects with a programming language if you just learnt what a variable is 8-)