O.P. RE: Altering incoming text
Hey Mike, im using this in ReceiveNotify function:
============
If (StrComp(sNotifyCode, "tcode", vbTextCompare) = 0) Then
;insert code to alter sText (there text) here
sText = "new( " & sText & " )"
MsgBox sText
===========
the rest is just from Patchou example and i have a small encryption routine as a test after the if statement.
Oh you can also use a boolean or whatever you prefer to stop the plugin answering your own text.
If you dont know how to do this id be glad to help.
RooJ
|