Shoutbox

Delphi Plugin Help... - 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: Delphi Plugin Help... (/showthread.php?tid=30670)

Delphi Plugin Help... by KingAlan on 08-29-2004 at 02:24 PM

Hello,
I have been looking at Delphi Plugin Framework

And I see this.

code:
procedure OnContactStatusChange(const pMContact: IDispatch; mStatus: MISTATUS); dispid 1030;

Ok, But how do I use it lol.
How can I detect a contact status change then just use.

code:
ShowMessage('User: ' + ContactUser + ' / New Status: ' + ContactStatus);

Or somethink to show it.

Thanks Alan. ;D
RE: Delphi Plugin Help... by PsychoMark on 08-29-2004 at 05:02 PM

In response to your email; this is not part of the delphi plugin framework in itself, but the Messenger type library. You should be able to do something with the Messenger property of my framework, but I don't know enough about Delphi/COM to know how to respond to the event...


RE: Delphi Plugin Help... by KingAlan on 08-29-2004 at 05:04 PM

Thanks for your reply.
Quick demo?