Shoutbox

Different displayed and sent 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: Different displayed and sent text (/showthread.php?tid=51451)

Different displayed and sent text by eSouL on 10-06-2005 at 09:10 AM

Hi,

With the plugin, is it possible to send something over but does not display it in the sender's chat window? For instance in the Ping sample plugin, is it possible to suppress the text 'Ping' from showing up on the sender's chat window, while the receiver still receives it?


Regards


RE: Different displayed and sent text by eSouL on 10-06-2005 at 11:49 AM

Thanks for the reply, although that's not exactly what I would like to do.

I'm writing an encryption API but unlike Stupido's K-crypt, I would like to display cleartext on the sender's chat window yet have the cipertext send over to the receiver. How can I modify the displayed text using the plugin API? If the API doesn't expose the relavant functions, does it mean I need to use COM interface hooking?

Thanks!


RE: Different displayed and sent text by RaceProUK on 10-06-2005 at 01:07 PM

I don't think you can do this in an easy way. However, you can try a bit of Active Accessibility to try and change the text on the sender's side. I'll warn you though: I haven't found a way to get an RTF version of the text, only plain.


RE: Different displayed and sent text by eSouL on 10-06-2005 at 01:16 PM

Patchou is doing this for most of the chat enhancement functions. Can someone guide me to the right direction pls?