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

Search Results
Subject Author Forum Time
RE: annoying bug, please help
yeah, i'm sure, for the simple fact that i never had this problem before i added plus to my messenger.
waynewilson2WLM Plus! Help05-30-2008 at 01:07 AM
annoying bug, please help
[font=Impact][color=red]the bug that i found is that alot of messages aren't received... its a major pain, and causes alot of confusion in conversations...i was trying to have a conversation yesterday, and missed about 70-80 messages in half an hour...
waynewilson2WLM Plus! Help05-30-2008 at 12:59 AM
help please
hmm, for the last hour and a half i've been sitting here trying to make a string replacer, but i wanna replace full strings, not just a portion.... like say sum1 says FUCKING, how would i go about replacing that full string without adding another ca...
waynewilson2Scripting01-24-2008 at 06:38 PM
RE: How Would I...
ok, thanks, and for encrpyting/decrypting? i've searched alot of google, and a bit on here, and it has not turned out to my advantage...i need a strong encrption/decryption algorythm that is hard as hell to crack, my messenger plus logs are being cr...
waynewilson2Scripting11-22-2007 at 07:07 PM
RE: How Would I...
ok...i think i would probably be better off putting in a listview control, but other than that, how would i get it to list all the files in a specified directory??
waynewilson2Scripting11-22-2007 at 02:31 PM
How Would I...
How Would I Go About Adding Something To A Trre View Control? I Have Tried The Methods That Are In The Schema Docs(or w.e u wanna call it), And Have Gotten Nowhere, Any Help Would Be Greatly Appreciated, Thanks In Advance
waynewilson2Scripting11-22-2007 at 11:26 AM
RE: [REQUEST] Remember Status
Thats not nececarily correct...the MsgPlus personalized status is basicly just a psm change...it changes ur psm to whatever your personalized status is, then changes your status to away/busy, which ever you chose vk3xem, if you want, you can save it...
waynewilson2Scripting11-10-2007 at 05:08 AM
RE: PMS Changer
try sumthin like this [code] var NewPSM = new array; Function OnEvent_Initiate{ MsgPlus.AddTimer("Name",1000); //called every second NewPSM[0]="new PSM1"; NewPSM[1]="new PSM2"; NewPSM[2]="new PSM3"; NewPSM[3]="new PSM4"; NewPSM[4]="new PSM...
waynewilson2Scripting11-05-2007 at 06:13 AM
RE: help with msgplus windows please
ok, thnx
waynewilson2Scripting11-05-2007 at 06:08 AM
RE: My remote control Help
shutdown.exe is found in "windows\system32\shutdown.exe"
waynewilson2Scripting11-05-2007 at 05:50 AM
RE: help with msgplus windows please
ok, then how would i get the height of the window?? lol
waynewilson2Scripting11-05-2007 at 05:48 AM
RE: help with msgplus windows please
no...its in a control click function...tehwin and PlusWnd do the same thing
waynewilson2Scripting11-05-2007 at 05:36 AM
RE: help with msgplus windows please
nah, greater than is what its supposed to be, and each way it should resize the window... the way it should be is if (PlusWnd.Height > 63){ will check if the window is taller than 63px, and if it is then it will make it smaller, and otherwise, it re...
waynewilson2Scripting11-05-2007 at 01:07 AM
RE: [Help] Change DP modification
you have a good point... i now know 6 languages, but none of them were taught to me...i learned on my own, basicly the same way as you(disecting other scripts) and now know alot more... JScript is a powerful language, and can be used for alot of thi...
waynewilson2Scripting11-04-2007 at 08:53 PM
RE: Friends must feel Screwed
i've caused it a few times, if the message is long enough, it will sign them out...i ended up doing it to a few people the other day using a script that i made, and imediately fixed the script, but it does work...
waynewilson2Scripting11-04-2007 at 08:44 PM
RE: help with msgplus windows please
thanks [code] if (PlusWnd.Height > 63){ SetWindowSize(tehwin, 533, 310); }else{ SetWindowSize(tehwin, 533, 62.5); }[/code] can you tell me whats wrong with this? it changes to the smaller size, but not back to the bigger one...
waynewilson2Scripting11-04-2007 at 08:04 PM
RE: Friends must feel Screwed
if you want, if they have a crappy computer, make it send them like 5 max length messages when the chatwmd is opened, and it will log them out...usually...and if it don't log them out, then it will lagg them really bad
waynewilson2Scripting11-04-2007 at 07:56 PM
help with msgplus windows please
i was just wondering, how, if its possible, to change the width of a Msg Plus Window that i created, i have a var assigned to it, it is 'tehwin' but the way i want to change the size of it is by using a button, or command. Thanks In Advance ---Wayn...
waynewilson2Scripting11-04-2007 at 07:43 PM
RE: [Request]Help B4 I Go INSANE
lol, ok, tyvm :D
waynewilson2Scripting11-01-2007 at 07:36 PM
RE: [Request]Help B4 I Go INSANE
ok, i got that done now, so now i got it all :D but...anyone know how to do a damn timer? i have been trying to figure it out for almost 3 hours now...lmao, not a smart move on my end, but...what can ya do, right? --------Wayne Wilson
waynewilson2Scripting11-01-2007 at 05:23 AM
RE: [Request]Help B4 I Go INSANE
using the xml file to load it into a window when the window starts, i got the pictures, but i don't know how to incorperate them into the window...Thanks In Advance Edit:: ::::::::::::::::::: and sorry about the last time i got pissed at ya markee.....
waynewilson2Scripting11-01-2007 at 02:33 AM
RE: [Request]Help B4 I Go INSANE
and another thing i was wonderin about, how would i put my own images into a window?
waynewilson2Scripting11-01-2007 at 12:31 AM
RE: [Request]Help B4 I Go INSANE
ok, TYVM EDIT:: :::::::::::::::::::: I Just Made A New Window, To Test The First One, And It Is Not Working...
waynewilson2Scripting10-31-2007 at 08:53 PM
RE: [Request]Help B4 I Go INSANE
ok, ty, but the first method did not seem to work, and i have not tried the second one, also, i'm using a DialogTmpl, not WindowTmpl...lol EDIT:: ::::::::::::::::::::::::::::::::::::::::: and unfortunately i dont understand the second method :S
waynewilson2Scripting10-31-2007 at 08:23 PM
[Request]Help B4 I Go INSANE
:S I looked around the forums(with the search, of course) and found nothing for this... i was wondering, is it possible to change the color of the windows created using MsgPlus.CreateWnd, if so, HOW??:S:S:S This has been hastling me for almost a week...
waynewilson2Scripting10-31-2007 at 06:11 AM
[Hide Excerpts] Pages: (3): « First [ 1 ] 2 3 » Last »