Shoutbox

how to make plug-ins - 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: WLM Plus! General (/forumdisplay.php?fid=23)
+----- Thread: how to make plug-ins (/showthread.php?tid=31471)

how to make plug-ins by irish_king on 09-13-2004 at 08:22 PM

can somebody teach me how to make plugins?


RE: how to make plug-ins by Choli on 09-13-2004 at 08:43 PM

Plugins for plus? www.msgplus.net/help_plugins.php and download the documentation (of course, first of all you have to know programming)


RE: how to make plug-ins by irish_king on 09-13-2004 at 08:45 PM

i have no idea how to program


RE: how to make plug-ins by Choli on 09-13-2004 at 08:53 PM

quote:
Originally posted by irish_king
i have no idea how to program
Then that's the first thing you have to do ;) Get a good book or go to classes :)
RE: how to make plug-ins by riahc4 on 09-14-2004 at 12:02 AM

what do u wanna make? Summit your idea in the plugins section and the great minds of the plugin world may consider it.


RE: how to make plug-ins by Vantage on 09-14-2004 at 12:05 AM

if you are intrestead, I would Suggest Learning HTML just to get the feel of something like programming well not really buts close enough, then i would get into VBscript which is reeally easy but quiete dull also, but Most of the stuff is written in C/C++ which i head is great fun.


RE: how to make plug-ins by Choli on 09-15-2004 at 07:17 PM

quote:
Originally posted by Vantage
if you are intrestead, I would Suggest Learning HTML just to get the feel of something like programming well not really buts close enough, then i would get into VBscript which is reeally easy but quiete dull also, but Most of the stuff is written in C/C++ which i head is great fun.
IMO, HTML is the thing most different from a programming language. You can learn it, of course, but it won't help you in developing programs. I think that the best (for windows programming) is begin with VB and then switch to VC++ (as I said lots of times in other threads :P)