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

Search Results
Subject Author Forum Time
RE: [REQUEST] Display Picture Change with Status script
[code] function OnEvent_Signin(Mail){ Messenger.MyDisplayPicture = '\C:\\dsc.jpeg'; } [/code] that doesn't work..i give up for today..thnx for ur help :)
nuwandaScripting06-25-2006 at 04:06 PM
RE: [REQUEST] Display Picture Change with Status script
Same error :S maybe i should give up for today...i dont think my problem is about the path its about the function,dont know... :(
nuwandaScripting06-25-2006 at 04:00 PM
RE: [REQUEST] Display Picture Change with Status script
Still gives the same error..I think there is a problem about function,it looks like undefined or something like that ?
nuwandaScripting06-25-2006 at 03:44 PM
RE: [REQUEST] Display Picture Change with Status script
I just used that Fox-NL wrote..but it still gives same error ; Function called: OnEvent_MyStatusChange Error: Unaccepted function or variable. Line: 3. Code: -2146828283. Function OnEvent_MyStatusChange returned an error. Code: -214735
nuwandaScripting06-25-2006 at 03:22 PM
RE: [REQUEST] Display Picture Change with Status script
I wrote something like that , it changes display picture after a few seconds.. [b] function OnEvent_Signin(mail) { var Message = "Your picture will be changed!"; MsgPlus.DisplayToast("",Message); MsgPlus.AddTimer("resim",50000); } function O...
nuwandaScripting06-25-2006 at 03:03 PM
RE: [REQUEST] Display Picture Change with Status script
umm are there any function that changes display picture ? there is something like that but i dont know how to use it : [b]The Messenger::MyDisplayPicture property returns the path to the display picture file used by the current Messenger user. It can...
nuwandaScripting06-25-2006 at 02:19 PM
RE: Help about script
Thanks a lot..it worked ;) i need to practice more..I will be there again with a lot of questions :D Thanks
nuwandaScripting06-25-2006 at 08:15 AM
Help about script
Hi, I am new to that job..I want to write a script that creates a time limit when user signs in. (Just for practising,itsnt useable :) ) I wrote something like that , but it doesnt work ; [b] function OnEvent_Signin(Mail) { var time; var Message...
nuwandaScripting06-25-2006 at 07:55 AM
[Hide Excerpts]