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

Search Results
Subject Author Forum Time
RE: Scripting API Wishlist
Agreed. The "sortable listview column" idea can be done already just by using a sorting algorithm and making in into a function. I would have the parameter as; [b]sLVControlID[/b], [b]bDescending[/b], [b]iColumnID[/b], ofcourse thats coming from a...
Buzz44Scripting09-03-2006 at 02:27 PM
RE: quick development using visual studio
No idea. I'm guessing you would have to transcribe them yourself. Currently I am scripting in the 'Script Editor' that comes with Messenger Plus!, and researching the syntax on the net. [b][u]Edit:[/u][/b] Perhaps making a Class Library in VB.Net ...
Buzz44Scripting09-03-2006 at 12:28 PM
RE: quick development using visual studio
My bad. I was assuming you were coding in VB.Net. I'm not sure if its a reservered word, as I am just learning JScript myself ;).
Buzz44Scripting09-03-2006 at 12:13 PM
RE: quick development using visual studio
Once you know what project type you need go to [b]Project [/b]> [b]Add Reference[/b]. Then, click the [b]Browse [/b]tab and navigate to the Messenger Plus! dynamic link library and hit [b]Ok[/b]. Then at the top of the code window type "[b]Imports X...
Buzz44Scripting09-03-2006 at 12:07 PM
RE: MsgPlus.CreateWnd problem.
Thanks Silentdragon! That did the trick. I was creating a text file, editting it, then changing the filename/extension ;).
Buzz44Scripting09-02-2006 at 04:58 AM
RE: MsgPlus.CreateWnd problem.
I'm using... [code]Wnd = MsgPlus.CreateWnd("InterfaceTest.xml", "WndTest")[/code] with... [code]<Interfaces xmlns:xsi="http://www.w3.org/2001/XMLSchema-insta nce"> <Window Id="WndTest" Version="1"> <Attributes> <Caption...
Buzz44Scripting09-02-2006 at 04:56 AM
MsgPlus.CreateWnd problem.
I'm trying to make a GUI but I can't get MsgPlus.CreateWnd to work. I copied the example and instructions in the help file exactly but still no go :(. Anyone have a reason why the window might not be appearing? Thanks.
Buzz44Scripting09-02-2006 at 04:45 AM
RE: [Release] Winamp Controller
I know :D. This might help those you want to give it ago, I'm too lazy ^^. http://msdn.microsoft.com/library/default.asp?url= /library/en-us/multimed/htm/_win32_mcisendstring.a sp
Buzz44Scripting09-02-2006 at 04:13 AM
RE: [Release] Winamp Controller
You don't REALLY need one for WMP. The latest WMP 11 beta(s) allows you to shrink WMP to the taskbar (much like NSW/NAV? 2006), giving you the ability to skip, play, stop, change volume etc. [img]http://img89.imageshack.us/img89/6441/untitle dnu5.pn...
Buzz44Scripting09-02-2006 at 03:10 AM
RE: Colour Dialog
Thanks. I was hoping we/I would be able to use the Messenger Plus! one but I guess I'll have to do the gradients and text formatting manually ;).
Buzz44Scripting09-01-2006 at 05:04 AM
Colour Dialog
Is there a function to bring up the Messenger Plus! Colour Dialog? Ie. [img]http://img486.imageshack.us/img486/8006/plusf s7.png[/img] Or just the standard Windows one? Ie. [img]http://img176.imageshack.us/img176/1303/plusp fq4.png[/img] Thanks :P!
Buzz44Scripting09-01-2006 at 04:56 AM
RE: New to Plus! scripting :).
Thanks for the help but its in the helpfile ^^.
Buzz44Scripting08-31-2006 at 11:39 PM
RE: New to Plus! scripting :).
Ty ^^.
Buzz44Scripting08-31-2006 at 08:58 AM
RE: New to Plus! scripting :).
One last thing. Do I really need to check if Messenger.MyStatus is > 1? If MessengerStart = False doesn't that mean that WML is already running and the user is logged in? Or do scripts run even when WML is running no user signed in? [code]if((Messen...
Buzz44Scripting08-31-2006 at 08:56 AM
RE: New to Plus! scripting :).
Thanks Eljay. No sooner then you had posted that I figured the solution out for myself ;). Thanks everyone :).
Buzz44Scripting08-31-2006 at 08:51 AM
RE: New to Plus! scripting :).
Yes I seen that, and though it is one better then [b]OnEvent_Signin()[/b], it will still only trigger when the user is signing in, not when the user imports the script. I know ways to get around the problem but that means I will have redundant code w...
Buzz44Scripting08-31-2006 at 07:34 AM
RE: New to Plus! scripting :).
Yes, but that won't work if the user is already signed in and they import the script. Thanks anyway ;). [u][b]Edit:[/b][/u] Thats why I wanted to know if there was a universal method, or an End Function keyword ;).
Buzz44Scripting08-31-2006 at 05:04 AM
New to Plus! scripting :).
Ahoy there! I only just found out that Messenger Plus! existed 3 days ago and I am looking to create my own script already because its uber good ^^. The script is already in progress but I am not happy with the startup procedure. Currently I am using...
Buzz44Scripting08-31-2006 at 04:58 AM
[Hide Excerpts]