Shoutbox

Receive the text - 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: Receive the text (/showthread.php?tid=28632)

Receive the text by Sky-keeper on 07-14-2004 at 12:34 AM

Hi.

I just read the header MPPluginHeader.h (from MPPlugins.zip) and found the functions ReceiveNotify & ReceiveNotifyW.

I was thinking about writing myself a little plugin that'd add timestamps into the conversation window itself (so NOT only in the logs), but I have no idea how to do it without getting all the text.

Is there a way to get anything that's received? If not, do you know if MS used a standard RichEdit control for their conversation? (In that case, I guess I'd just get the HWND and work on from that).

Thanks for answering,
Ken.


RE: Receive the text by fas on 07-14-2004 at 01:26 AM

All i can tell you is, that you can't access the control by hwnd, cause it doesn't have one... It's a 'windowless' control.

And I doubt that it's a RichTextBox, a normal RichTextBox can't contain progressbars etc...