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

Search Results
Subject Author Forum Time
RE: Update number of contacts
Hi. If i minus one ([i]var igang = Messenger.CurrentChats.Count-1;[/i]) i must open to windows before the numbers of open chat windows change.[hr]Hi again. Maybe it is because i turn the counter on in a chatwindow and then it counts that window and d...
SnuZZerScripting10-22-2006 at 07:04 PM
RE: Update number of contacts
Hi. I'm sorry. I don't understand. Like this? [code]var igang = --Messenger.CurrentChats.Count;[/code] Or like this? [code]var igang = Messenger.CurrentChats.Count--;[/code]
SnuZZerScripting10-22-2006 at 05:48 PM
RE: Update number of contacts
Hi. Ohh.. I'm confused. I'm also use Messenger.CurrentChats.Count, and actually it works when i press "ESC" (:-S) But when there aren't any windows open it still says that there is one open.
SnuZZerScripting10-22-2006 at 03:56 PM
RE: Update number of contacts
Hi. It doesn't work. The timer is only necessary beacuse the numbers of open chat windows is falling if you close the window with the button, and it doesn't fall if you close the window with "ESC".
SnuZZerScripting10-22-2006 at 03:46 PM
Update number of contacts
Hi. I'm from Denmark and my english isn't good, but i'll try. I have made a script (..or tried to make a script) which shows how many contacts there's online/offline, how many contacts there's on the list and how many windows there's open. I ha...
SnuZZerScripting10-22-2006 at 03:04 PM
RE: Windows Media Player song
Hi. Ohh thanks.. I forgot ( and ) :-$
SnuZZerScripting10-22-2006 at 01:10 PM
RE: Windows Media Player song
Hi. I't doesn't work. I think you need a plugin to do that.
SnuZZerScripting10-22-2006 at 01:06 PM
Windows Media Player song
Hi. I'm from Denmark and my english isn't good, but i'll try.. Is it possible to show a contact what i hear in Windows Media Player with a commando? I write a commando (example: /song) and it makes a message in the chatwindow with the songs artist...
SnuZZerScripting10-22-2006 at 12:57 PM
RE: List file
Hi! Og thanks!! (L)
SnuZZerScripting08-23-2006 at 03:32 PM
RE: List file
Hi. Oh, i'm sorry... If you want.. A last question. How can i make sure that the users remember the last "\"? I've tried this: [code] if (Message.substr(Lengde-1, Lengde) == "\") { Message = Message; } else { Message = Message ...
SnuZZerScripting08-23-2006 at 01:33 PM
RE: List file
Hi. Yeah, that works! <3 Thanks!! (L)
SnuZZerScripting08-23-2006 at 01:25 PM
RE: List file
Hi! That works!! But, i'm a perfectionist and i would like to delete the "\" before the filename :-D That sounds simple, but.. You use commands i don't know, but i'm learning when i see codes :-D Ohh.. I'm so sorry to be troublesome :-(
SnuZZerScripting08-23-2006 at 01:19 PM
RE: List file
Hi. That's wierd! The code you show me there returns this: [k]Sti: C:\Documents and Settings\Basse\Dokumenter\Billeder C:\Documents and Settings\Basse\Dokumenter\Billeder\avatar.gif[ /k] The meaning is to return this: [k]Sti: C:\Documents a...
SnuZZerScripting08-23-2006 at 01:05 PM
RE: List file
Hi. I have changed the variabel names to danish words :-$ I doesn't work. It shows the path :-/ [code]function ListDirectory(Directory,Wnd) { Hent = Info.GetFolder(Directory); var Enum = new Enumerator(Hent.files); Liste = "Sti: " + Directory +...
SnuZZerScripting08-23-2006 at 12:52 PM
RE: List file
Hi. Oh, i'm sorry. I don't want to abuse you, but.. I tried to delete the path before the filename, but it doesn't work. I tried this: [code]Filnavn = Enum.item(); VisFilnavn = Filnavn.replace(/Directory/g,"");[/code]
SnuZZerScripting08-23-2006 at 11:38 AM
RE: List file
Hi. Og thanks!! I can't thanks enough!! It's [b]lovely[/k] that people would helps!! (L)
SnuZZerScripting08-23-2006 at 11:06 AM
RE: List file
Hi. Oh cool! ;-) I didn't no what [i]FileName[/i] contained. I now how to send a message, but if i want to send all the files in [b]one[/b] message with a carriage return after every file, how do i fix that? Maybe it's a god idea to tell you what ...
SnuZZerScripting08-22-2006 at 07:29 PM
RE: List file
Hi. I'm sorry! I really don't understand! If i write [i]/list C:\Documents and Settings\Basse\Dokumenter\Musik\Niarn - Antihelt\[/i] in the chatwindow nothing happens. Shell i change the script? [code]fso=new ActiveXObject("Scripting.FileSys...
SnuZZerScripting08-22-2006 at 06:54 PM
RE: List file
[quote=KnRd_WC]FileName = f1.item(); // Here's the file name[/code] What else? :-/
SnuZZerScripting08-22-2006 at 03:16 PM
RE: List file
Hi. KnRd_WC i've tried this: [code]fso=new ActiveXObject("Scripting.FileSystemObject") function OnEvent_ChatWndSendMessage(ChatWnd,Message) { if (Message.substr(0,5)=="/list") { Dir=Message.substr(6,Message.length-6); Dir=Dir.replace(/\\/gi,'...
SnuZZerScripting08-22-2006 at 03:11 PM
List file
Hi. I'm from Denmark and my english isn't good. I want to make a list of files in a folder. The users types a command (Example: /list) and after the command [i]/list[/i] they type the folder they want to make a list of. Is this possible? - Simon
SnuZZerScripting08-22-2006 at 02:08 PM
Make window and get information
Hi. I'm from Denmark and my english isn't good. Can someone tell me how i make a window if a buttons is clicked? But an empty window is boring, i want to get information written in a input in the window and put the information into a toast-message....
SnuZZerScripting08-21-2006 at 05:58 PM
RE: Pack the script
Hi. Ofcurse PHP!! Thanks!! I changed the script a bit: [code]<? $script = $_GET[script]; $tjek = $script.".plsc"; if (file_exists($tjek)) { header("Content-Type: application/x-plsc"); header('Content-Disposition: attachment; filename="' . $scr...
SnuZZerScripting08-20-2006 at 01:56 PM
RE: Need help
Hi. That's because Messenger Plus! can't find the commando "/tagnavn" in the commando menu. [code]function OnGetScriptCommands() { var kommandoer = "<ScriptCommands>"; kommandoer += "<Command>"; kommandoer += "<Name>tagnavn</Name>"; kom...
SnuZZerScripting08-20-2006 at 10:49 AM
RE: Pack the script
SnuZZerScripting08-20-2006 at 07:37 AM
[Hide Excerpts] Pages: (5): « First « 1 2 3 [ 4 ] 5 » Last »