Shoutbox

run addIn automatically - 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: run addIn automatically (/showthread.php?tid=67664)

run addIn automatically by paul_a on 10-25-2006 at 01:02 PM

Hi all , i wrote an addin for  wlm, and i was wondering if there was a way to run this addIn automatically as soon as i sign in to wlm instead of having to chose it from the adins tab inthe options menu..

Thanks all.


RE: run addIn automatically by Oxy on 10-25-2006 at 01:10 PM

function OnEvent_Initialize(MessengerStart)
{
Put code here
}

I think that's what it is... correct me if im wrong


RE: run addIn automatically by absorbation on 10-25-2006 at 01:32 PM

The addin system is pretty poor really, you can't run addins without the user selecting it. It is a pretty rushed feature :P


RE: run addIn automatically by Oxy on 10-25-2006 at 01:54 PM

Oh sorry, misread, i thought you meant scripts..

But that's how to do it in scripts anyway :P


RE: run addIn automatically by paul_a on 10-25-2006 at 01:59 PM

ok thanks anyway, so i guess the only way to do it is to select the addin manually.

By the way does anyone know when a newer version of this api will be out?