What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Plugin API Guide

Pages: (2): « First « 1 [ 2 ] Last »
Plugin API Guide
Author: Message:
eSouL
Junior Member
**


Posts: 36
Joined: Oct 2005
RE: Plugin API Guide
Cookie, can you send me a copy too please? I am learning the VB6 API to work on a plugin but there are doubts in various places. Thanks in advance!
10-06-2005 02:07 PM
Profile E-Mail PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Plugin API Guide
Ok, but the main stuff to "change" is easy to explain. In short:
- don't use the StrComp function, you can reduce all those dead slow comparissons simply with If LCase(TheVariable) = "/xexample" Then
- don't use the IF THEN ELSEIF THEN structures, use SELECT CASE structures instead...
- the other stuff I want to comment on needs a bit more explaining though...

This post was edited on 10-07-2005 at 11:24 AM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
10-06-2005 02:16 PM
Profile PM Find Quote Report
Pages: (2): « First « 1 [ 2 ] Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On