Creating plugin, help needed - 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: Creating plugin, help needed (/showthread.php?tid=37425) Creating plugin, help needed by NightScream on 01-24-2005 at 04:54 PM
Hello everybody, RE: Creating plugin, help needed by Dempsey on 01-24-2005 at 04:56 PM
The Plus! plugin API doesnt inform you of tstaus change, but the Messenger API does, which you can use in a plugin. RE: Creating plugin, help needed by NightScream on 01-24-2005 at 07:47 PM
thanks for that info but now i have another problem. RE: Creating plugin, help needed by RaceProUK on 01-24-2005 at 08:13 PM A description of the problem would be useful... RE: Creating plugin, help needed by NightScream on 01-24-2005 at 08:16 PM
heh sorry. i was doing multiple things at the same time. RE: Creating plugin, help needed by lopardo on 01-24-2005 at 10:59 PM Are you exporting the functions correctly? Take a look at the sample included in the plugin SDK, more info here. RE: Creating plugin, help needed by NightScream on 01-24-2005 at 11:21 PM
hi, i don't know what i did wrong but i found a .reg file with the samples and i used it on my plugin and it works now. RE: Creating plugin, help needed by RaceProUK on 01-25-2005 at 12:06 PM The class you need to put in the regkey is the one that contains the definitions of the API functions. RE: Creating plugin, help needed by NightScream on 01-25-2005 at 12:59 PM
yes i know, but i think i did something wrong, but now it works. RE: Creating plugin, help needed by NightScream on 01-25-2005 at 11:57 PM
anyone? RE: Creating plugin, help needed by RaceProUK on 01-26-2005 at 09:22 AM
For the 'Configure' problem, use RE: Creating plugin, help needed by NightScream on 01-26-2005 at 04:45 PM
yes, but it could also be really annoying RE: Creating plugin, help needed by Millenium_edition on 01-26-2005 at 05:34 PM
quote:unfortunately the owner form can't be "me", because in a class "me" returns the class. RE: Creating plugin, help needed by NightScream on 01-26-2005 at 05:37 PM
so i just leave the "me" away? RE: Creating plugin, help needed by Millenium_edition on 01-26-2005 at 05:53 PM well you can always use the ShowWindow API. RE: Creating plugin, help needed by NightScream on 01-26-2005 at 06:06 PM
i found the error, it was a error at the load event of the options form. |