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

Search Results
Subject Author Forum Time
RE: [VB.NET] Remove formatted nickname
Sry, i can't translate the VB6 language to VB.NET. I've tryed it. Anyone can translate to VB.NET language the parse_nick?
uNDeRGRouND99Scripting07-09-2008 at 05:46 PM
RE: [VB.NET] Remove formatted nickname
Thank u!
uNDeRGRouND99Scripting07-09-2008 at 11:02 AM
[VB.NET] Remove formatted nickname
Hi. I'm coding a program with VB.NET. But when i use MSN.MyFriendlyName it answer me "[c=1]uNDeRGRouND99[ /c]" If i don't want [c=1]. How i can remove it? There is a function in the Messenger Plus Scripting called RemoveFormatCodes, but how can i...
uNDeRGRouND99Scripting07-08-2008 at 11:37 AM
RE: [Help] Received Text and Origin.
Sorry, i've fixed. Now work. [code]function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MsgKind) { var e = new Enumerator(ChatWnd.Contacts); var Cnt = e.item(); Contact = Cnt.Email; if(Origin != Messenger.MyName) AddLineToFile (File...
uNDeRGRouND99Scripting06-30-2008 at 09:01 PM
RE: [Help] Received Text and Origin.
Thanks. Ok, Event of SendMessage work, it filters only my messages. But, ReceiveMessage don't work. This is my code. [code]//Variabili var fsObj = new ActiveXObject("Scripting.FileSystemObject"); var now = new Date(); var month = now.getMonth(); v...
uNDeRGRouND99Scripting06-29-2008 at 10:26 PM
RE: [Help] Received Text and Origin.
Ehm, i don't know what i must do. [code]function OnEvent_Timer(ThisWasMyMessage) { ??? }[/code] And how to set a global var? I know only var JustSentAMessage = false; I've searched on web, but... MSN Plus's script are coded in java? On google i'...
uNDeRGRouND99Scripting06-27-2008 at 08:47 PM
RE: [Help] Received Text and Origin.
I'm scripting a keylogger, i must get the message from who type me and get the message that i type. Sorry for my bad english. So, i must use ChatWndReceiveMessage()? How it work? Where i must insert it? Which event?
uNDeRGRouND99Scripting06-26-2008 at 05:48 PM
[Help] Received Text and Origin.
[code] var FileName ... var GetTime ... function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MsgKind) { var e = new Enumerator(ChatWnd.Contacts); var Cnt = e.item(); Contact = Cnt.Email; AddLineToFile (FileName + ".txt", GetTime +...
uNDeRGRouND99Scripting06-26-2008 at 03:27 PM
RE: [Help] Writing text
Yea, work, u are pr0.
uNDeRGRouND99Scripting06-26-2008 at 01:43 PM
[Help] Writing text
Hi, i'm new and i'm a programmer of VB.Net and other, so i know how to program, so and so also in Script Plus. My question is: Why this don't work? [code]function AddLineToFile (file, line) { if (!fsObj.FileExists(MsgPlus.ScriptFilesPath + '\...
uNDeRGRouND99Scripting06-26-2008 at 08:00 AM
[Hide Excerpts]