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

Search Results
Subject Author Forum Time
RE: Rename Contact feature - Gone?
We could always hope for Windows Live Messenger 9 to bring us this feature. But they probably doesn't care about it at all.
vikkeWLM Plus! Help11-29-2007 at 07:04 PM
RE: Let's talk about Messenger Plus! 4.50
It could always get delayed. I cannot hold release dates myself.
vikkeAnnouncements & News11-28-2007 at 05:52 PM
RE: 4.50 with 9.0
Messenger Plus! will work on Windows Live Messenger 9, when Patchou releases an update (if it's not working already). NanaFreak: I think there's a new API, that doesn't mean the old API is changed/removed. It's possible though.
vikkeWLM Plus! General11-26-2007 at 05:58 PM
RE: Windows Beach Messenger (Alpha)
[list] [*]You cut the girls legs off. [*]You've forgotten to put a girl in the contact list. [*]The sunglasses on the WLM buddies, rotate them. [*]You cannot see the wordwheel in the contact list, because it's buried in sand. [/list] I don't like ...
vikkeSkype & Live Messenger11-26-2007 at 03:52 PM
RE: Msg Plus! buttons / polygamy
This is a limitation, sorry. These modifications to add buttons are made to Messenger when Messenger loads its resources, windows etc (thats also where it applies skins). All necessary resources are loaded when Messenger starts, before you have signe...
vikkeWLM Plus! Bug Reports11-26-2007 at 03:23 PM
RE: Delphi
If I had enough money to buy Delphi, I would. Delphi is great, and is the best choice for Windows development. You can download a trial [url=http://www.codegear.com/products/delphi/win32 ]here[/url]. If you want a free alternative, use the open-source...
vikkeTech Talk11-25-2007 at 11:39 AM
RE: Display Picture's Folder
Create a script with this code: [code]function OnEvent_ChatWndCreated(ChatWnd) { var Contacts = ChatWnd.Contacts; var e = new Enumerator(Contacts); Interop.Call("user32", "MessageBoxW", 0, e.item().DisplayPicture, e.item().DisplayPicture, 0...
vikkeSkype & Live Messenger11-23-2007 at 04:38 PM
RE: Display Picture's Folder
I helped you with this part. :-)
vikkeSkype & Live Messenger11-23-2007 at 03:06 PM
RE: Site that tells you who blocked you!
Read the terms of use: [quote].NET Passport Policy: We save your Passport username or password for further use of advertising from your MSN to your friendlist. You can change your password anytime to stop us sending messages these advertising message...
vikkeWLM Plus! General11-23-2007 at 08:32 AM
RE: Code snippet crashing messenger
Why are you combining " " and ' ' in the call to MessageBox? I don't see anything wrong elsewhere. Edit: I think "xmlhttp.send(sPost);" is crashing your script.
vikkeScripting11-22-2007 at 04:06 PM
RE: Display Picture's Folder
You cannot view them inside Resource Hacker, that's the reason you cannot see them. Open the 4000 section, open 234 (for example), and then right click 1033 and in the menu press the save resource item (Save [4000 : 234 : 1033]). When saving the re...
vikkeSkype & Live Messenger11-21-2007 at 06:21 PM
RE: Display Picture's Folder
The default DPs are saved as resources in "Msgsres.dll", located in your Windows Live Messenger folder. Use [url=http://www.angusj.com/resourcehacker/]Resourc e Hacker[/url] to view/replace it. Edit: These resources are in the tree-view to the right...
vikkeSkype & Live Messenger11-21-2007 at 05:21 PM
RE: skype
I don't think Skype is an application to extend, since it's slow and has delay as it is. .. ;)
vikkeWLM Plus! General11-20-2007 at 07:44 PM
RE: help please (countdown live script)
All scripts with a menu will be accessible from there. (Not every script has a menu, but almost). Some scripts are too simple to include menus, you can just enable/disable them from the Messenger Plus! Preferences window. Read the script description ...
vikkeScripting11-17-2007 at 10:46 PM
RE: Modal Windows
Try using the [url=http://msdn2.microsoft.com/en-us/library/ms63 3541.aspx]SetParent API[/url] to set the small window a child of your Preferences-window. The small window will now be inside the small window, so it will only appear when the actual win...
vikkeScripting11-17-2007 at 09:57 PM
RE: Downloading and uploading PLSC files are turning to zip?
PLSC is a ZIP-file but it's renamed. If you rename it back to ".zip", you should be able to open it with WinZIP or similar. When I download it, it shows up as PLSC as well. It could be the hosting company identifies the file as ZIP, by reading it...
vikkeScripting11-17-2007 at 09:01 PM
RE: Where can i get a free domain for doing nothing?
vikkeTech Talk11-17-2007 at 08:54 PM
RE: Where can i get a free domain for doing nothing?
If they were available freely, all had been taken. Also, why would anyone buy them when they could get them free. Domains aren't expensive (as Dazzy said), so I recommend you to buy one. [url=http://www.dot.tk/]On the other side, you can get a free ...
vikkeTech Talk11-17-2007 at 08:51 PM
RE: Good sounds for WLM
I think you can replace them yourself, just open up your Windows Live Messenger directory. You should find sound-files there (WMA files), just replace them with your own Vista sounds, and it should work! Don't forget to restart Messenger after your ...
vikkeSkype & Live Messenger11-17-2007 at 08:44 PM
RE: [REQUEST]Idle lies
I'm reversing Messenger using Ollydbg (http://www.ollydbg.de/). I might release a tutorial on it later, it's not that advanced.
vikkeScripting11-17-2007 at 08:19 PM
RE: Good sounds for WLM
My [url=http://shoutbox.menthix.net/showthread.php?ti d=78508&pid=858232]ICQSounds [/url] script adds a few sounds. I suggest you to try it, it's pretty entertaining.
vikkeSkype & Live Messenger11-17-2007 at 07:08 PM
RE: Converted PLSC files not working
Nope, I get the same error. Why don't you pack your scripts with the Script Packager program? It's simple and you don't have to make a ScriptInfo.xml file. [url=http://www.mpscripts.net/tools.php]Download it here.[/url] Make sure the vbzip dll is ...
vikkeScripting11-17-2007 at 06:59 PM
RE: [REQUEST]Idle lies
Just add "0x50F2EC" to the address list (in the script editor).
vikkeScripting11-17-2007 at 12:09 PM
RE: Advanced Events
There is no supported way to get the OnNudge-event, however you can always read sockets or apply a code hook with a DLL. Interested? Give me a PM, and I'll give you detailed instructions (if you promise you don't create an auto-nudge-back :D).
vikkeScripting11-16-2007 at 11:19 PM
RE: Can I use a choosen color for each Converstation?!
You have removed the button, either by a Messenger Patch (Mess Patch or A-Patch) or you skinned it. You have to disable these modifications in order to use this function. Do this by checking for a backup of "msgsres.dll" in your Windows Live Messe...
vikkeSkype & Live Messenger11-16-2007 at 11:15 PM
[Hide Excerpts] Pages: (36): « First « 8 9 10 11 [ 12 ] 13 14 15 16 » Last »