What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
Signoutc contact
hello how can i konw if anyone of contacts leave the chatwnd?when we are talking with some people in only one window?there are some event or function?
magemelloScripting02-06-2008 at 03:09 PM
RE: send message
very nice!!! I admire you :) thanks
magemelloScripting01-31-2008 at 02:53 PM
RE: send message
No good ... i write another example [code] function OnEvent_ChatWndSendMessage(ChatWnd, sMessage) { if(sMessage=="take") { idpartita=ChatWnd.Handle; return ""; } if(sMessage=="send") { ChatWnd.SendMessage("hello...
magemelloScripting01-31-2008 at 11:54 AM
send message
hi.....i want send a message in a specific windows how can i do? i have this windows function OngiocoEvent_CtrlClicked(gioco, ControlId) { switch(ControlId) { case "gioca" : if((turno == squadra) && (cartapescata == 0)) ...
magemelloScripting01-30-2008 at 04:59 PM
RE: Participating in a window
thank you
magemelloScripting01-21-2008 at 02:07 PM
Participating in a window
How do I know how many participants there are in a specific chatwnd?
magemelloScripting01-20-2008 at 08:23 PM
RE: send Message in a specific windows
thank you i didn't think about that.
magemelloScripting01-20-2008 at 06:17 PM
RE: send Message in a specific windows
Thank you.... but now i've got another problem... is it possible to send hidden messages? Because i wanted to sent some program datas without the reciever knowing it.
magemelloScripting01-20-2008 at 06:07 PM
send Message in a specific windows
it is possible send message in a specific windows using a Handle Property of ChatWnd and ChatWnd.SendMessage("message") command?
magemelloScripting01-20-2008 at 05:32 PM
[Hide Excerpts]