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

Search Results
Subject Author Forum Time
RE: Structures with Allocate? How?
http://shoutbox.menthix.net/showthread.php?tid=639 88&pid=702413#pid702413 That post is pretty useful when you're working with DataBlocs :)
deAdScripting08-30-2006 at 12:05 AM
RE: [request] clock
That's only with that method. Use what I outlined before - it does mostly the same as that, but better :)
deAdScripting08-29-2006 at 10:38 PM
RE: [request] clock
Takes just a couple lines of JScript actually :) It uses SetParent, the method I outlined above :)
deAdScripting08-29-2006 at 09:25 PM
RE: [request] clock
I honestly don't have time...I'm very busy, and when I get scripting time I'm working on a pretty big script I've been doing for a while now :( so I'm not sure, isn't the system clock enough, why do you need three hundred clocks on the screen? ...
deAdScripting08-29-2006 at 08:40 PM
RE: [request] loop [HELP PLEASE]
Note that it'll stop at 15 messages, so this will be pretty pointless really. It won't work well. :/
deAdScripting08-28-2006 at 12:30 AM
RE: More Params with Interop.Call?
Write a DLL. Are you trying to use CreateWindow or CreateWindowEx?
deAdScripting08-27-2006 at 07:02 PM
RE: [request] clock
The tab part is not part of the chat window, it is a separate window made by Plus!, so this will not be a problem. Also, you can have a timer check every 100 milliseconds that each window has the clock in the right place and reset it. This way, when ...
deAdScripting08-27-2006 at 07:01 PM
RE: [request] clock
No, you can use Interop.Call('User32','SetParent') :P and then you can get the chatwnd's dimensions and position the window from there.
deAdScripting08-27-2006 at 05:12 PM
RE: [request] clock
Actually, it doesn't. You use the OnEvent_ChatWndCreated event, and then create a window with the clock on it. Then set that window's parent to the ChatWnd and position it correctly.
deAdScripting08-27-2006 at 02:28 PM
RE: [?] Stop the X button from closing a PlusWnd
Or, in the OnWndDestroyed thingy or whatever, just return true to cancel the event :) much easier EDIT: There's also an XML attribute that lets you remove the box also.
deAdScripting08-11-2006 at 02:42 PM
RE: version 8.0.0812 released Windows Live Messenger
Plus! works fine with it, if that's what you were wondering. Mess Patch may be coming out very soon too, according to the mess.be front page.
deAdWLM Plus! General08-09-2006 at 02:38 PM
RE: Windows Live Messenger Build 812
There's probably changes to the Yahoo! thingy. I think they've changed the protocol a bit too because Plus! is doing the 1s and 32s again for names :P EDIT: 200th post :banana: EDIT 2: On the Live page one of the features (I think Yahoo! related) s...
deAdSkype & Live Messenger08-08-2006 at 10:22 PM
RE: get the handle of a toast?
Use FindWindow (look it up on MSDN). Set class name to 0 and the title to whatever text is inside the toast. Or, you can just turn off toasts in the registry because by killing it there will be a flash ;)
deAdScripting08-08-2006 at 10:19 PM
RE: instantiate plus! scripting objects from outside?
The Messenger API is limited but very easy to use. You pretty much make an instance of it and say Messenger.MyStatus = 4. I believe that Plus! uses the Messenger API for a lot of things (but not all of them :P).
deAdScripting08-08-2006 at 10:18 PM
RE: instantiate plus! scripting objects from outside?
There is :P you can even use it from a script if you want :P
deAdScripting08-08-2006 at 04:19 PM
RE: [Request] contact is typing a message (mimic script)
you'd need direct access to the protocol for this. unless you decide to do it by actually typing in the edit box :P (make the script type a space, delete it, type a space, etc)...but that would be impractical
deAdScripting08-08-2006 at 04:18 PM
RE: instantiate plus! scripting objects from outside?
There [b]is[/b] an api. I've used it before. And there's also Add-ins. :S You can use WM_COMMAND to change statuses if one of the windows is open. If not, you'll need to send messages to MsnHiddenWindowClass telling that: you opened the tray menu...
deAdScripting08-08-2006 at 04:01 PM
RE: Request for advert banner in contact list removal.
It's easy to get the ad's handle. However, if you remove it, the border still stays, the label stays, and the listbox is not resized. (it might be if you could remove the label/border, but they're windowless and don't have handles...or something ...
deAdScripting08-07-2006 at 10:11 PM
RE: [Request] Unread Function
Or...minimize the window first... and then do it?
deAdScripting08-07-2006 at 02:56 PM
RE: [Release] TiempoOnline (TimeOnline) 2.0
Still bad link.
deAdScripting08-06-2006 at 12:27 AM
RE: [Release] PSM+ 4
You can enable/disable any script through the plus! preferences :P
deAdScripting08-05-2006 at 09:40 PM
RE: Font variable [for developpement]
After you get the color and font name (and style), you can binary encrypt it, change the WLM Font registry key, and then close/open the open conversation windows. :P
deAdScripting08-05-2006 at 12:35 AM
RE: Now Playing script question
Zahid, the script doesn't set your Music status to winamp, and that's what the person wanted...you understood me wrong :/
deAdScripting08-04-2006 at 07:21 PM
RE: Now Playing script question
I don't think that that script does what you're looking for.
deAdScripting08-04-2006 at 06:36 PM
RE: [Release] Online Chat Logger
(1) The path is stored in the registry: HKCU\\Software\\Patchou\\Messenger Plus! Live\\<email>\\Preferences\\LogDirectory (2) You only have to upload the ones with certain users, and if you want to modify it just copy the file to another ...
deAdScripting08-03-2006 at 03:40 PM
[Hide Excerpts] Pages: (43): « First « 31 32 33 34 [ 35 ] 36 37 38 39 » Last »