Shoutbox

Making a MSN 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: Making a MSN Plugin? (/showthread.php?tid=55034)

Making a MSN Plugin? by Noxious on 01-18-2006 at 03:29 AM

Hey, I wanna try and make a plugin but dont know how to do it. Is there any step by step guides that show you how to make a simple plug in and what tools you would need to do it?


RE: Making a MSN Plugin? by L. Coyote on 01-18-2006 at 03:49 AM

quote:
Originally posted by Noxious
Hey, I wanna try and make a plugin but dont know how to do it. Is there any step by step guides that show you how to make a simple plug in and what tools you would need to do it?
To make a plugin for Messenger Plus! you have to download the Plugin API, which has many examples and all functions are docummented.

Obviously, you need to know a programming language, such as Visual Basic, C++, C#, etc.

If you look into the Plug-Ins subforum, you'll find many questions answered. You can also use the forum search option to look for anything specific.
RE: Making a MSN Plugin? by Noxious on 01-18-2006 at 05:26 AM

I downloaded the api thingy but i dont know how to get started, all the stuff in there is no help to me, it just all looks like jibberish.


RE: Making a MSN Plugin? by [MR] on 01-18-2006 at 05:28 AM

quote:
Originally posted by Noxious
it just all looks like jibberish.
quote:
Originally posted by Leo
Obviously, you need to know a programming language, such as Visual Basic, C++, C#, etc.

RE: Making a MSN Plugin? by Noxious on 01-18-2006 at 05:41 AM

I've lernt java, and did some visual basic a few years back, i just need help 2 get started so i can understand how the plug-ins work.


RE: Making a MSN Plugin? by NiteMare on 01-18-2006 at 09:03 AM

i recommend refreashing your self on visual basics, its fairly simple to learn or re-learn, although i've heard people say its limiting, but thats pretty much only for the extream programers, once you refreahed your self open the api in leo's post, if i'm not mistake its all commented, i think the default commented text colour is green, so all commented text should be green in visual basic, (anything after a ' is a comment)

read through that and it should explain all the stuff you need to know