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

Search Results
Subject Author Forum Time
RE: [RELEASE] Vista Live Messenger 8.1
looks very nice (y)
deAdSkype & Live Messenger07-02-2007 at 06:01 PM
RE: [REQU] Patchou PlusWnd::Combo_GetItemText not exist why?
You can use the [url=http://msdn2.microsoft.com/en-us/library/ms67 3169.aspx]LB_GETLBTEXTLEN[/url] and [url=http://msdn2.microsoft.com/en-us/library/ms67 3167.aspx]LB_GETLBTEXT[/url] messages to get the text of a combo box item.
deAdScripting06-28-2007 at 04:30 PM
RE: HELP!!! Can't find messenger!!
Double click the icon in the tray that looks like a disk drive and Messenger should appear again.
deAdWLM Plus! Help06-28-2007 at 01:59 PM
RE: Messenger Lock shortcut not registering
What happened for me is that Ctrl+Alt+Space (my normal shortcut) didn't register, so I changed the shortcut to Ctrl+Alt+Shift+Space. It also didn't register, but when I changed it back to Ctrl+Alt+Space it registered normally.
deAdWLM Plus! Bug Reports06-27-2007 at 01:53 PM
RE: iTunes problem
Do you have any Firefox extensions that control iTunes (like FoxyTunes for example)? These might be making iTunes open.
deAdTech Talk06-27-2007 at 12:57 PM
[Developers] Modifying menu button control menus
[size=3][b]Warning:[/b] the technique used in this example is built for Messenger Plus! Live 4.23.0.276. It may not work on other versions of Plus!. There is a safety check in the code, but if you are unsure about using this you should wait for Patch...
deAdScripting06-26-2007 at 10:26 PM
Messenger Lock shortcut not registering
Sometimes the shortcut for Messenger Lock doesn't register. I can't figure out exactly when it doesn't, but I have to change the shortcut and then change it back to Ctrl+Alt+Space to get it to register correctly.
deAdWLM Plus! Bug Reports06-26-2007 at 02:19 AM
RE: What could be the problem?
I have the same problem except I don't know if it reads DVDs or not. The drive is different in that it only reads and doesn't burn at all. It stopped working randomly and I don't know why..
deAdTech Talk06-25-2007 at 11:14 PM
RE: [Idea/Request] File sharing as Appearing Offline
There's definitely a way to do this by patching WLM in memory, but such a patch would be highly version specific and prone to errors.
deAdScripting06-25-2007 at 11:07 PM
RE: DataBlock pointer help
Just convert it to hex.
deAdScripting06-25-2007 at 10:19 PM
RE: How to - Clicking toast to bring up contact list?
[code][color=green]// First, define a callback function for the toast click.[/color] [color=blue]function[/color] OnToastClick(pParam){ [color=green] // In this function, we will show the contact list. // To do this, we will tell the tray icon liste...
deAdScripting06-24-2007 at 10:55 PM
RE: ollydbg hooking window messages
You can either set it on SendMessage/PostMessage (which will filter the message for all windows) or set it on the message handler (which will filter for only specific windows). To find the message handler for a window, open Spy++ (not at the same tim...
deAdTech Talk06-24-2007 at 03:13 PM
RE: ollydbg hooking window messages
You can set a conditional breakpoint (Shift+F2). A quick google search should give you some information about the conditions :)
deAdTech Talk06-24-2007 at 01:37 AM
RE: Storing of data...
no, it doesn't..only when you uninstall the script.
deAdScripting06-22-2007 at 01:40 AM
RE: Storing of data...
You can use the Microsoft.XMLDOM ActiveX object to access XML. That depends on how the script is coded. For example, the Stickynotes script stores the notes in an XML file, but when you update the script the notes are not all deleted.
deAdScripting06-21-2007 at 10:11 PM
RE: Live messenger contact list oddness
Check if you have a nickname set for the contact. Right click on his name in the contact list. If "Edit nickname" is in the menu, then you have set a nickname for him. Press "Edit nickname" and then clear the textbox and press Enter. Otherwise yo...
deAdSkype & Live Messenger06-20-2007 at 06:33 PM
RE: Photoshop
I just use the mouse wheel without holding ctrl or alt, you can set that in Preferences.
deAdTech Talk06-20-2007 at 04:22 PM
RE: HELP with scripts
Which script was it?
deAdWLM Plus! Help06-20-2007 at 12:23 AM
RE: BBCode Killed By Vista
I don't have Vista so I can't give specific directions on how to do this, but try giving the Plus! folder complete registry access..what Cookie said sounds about right.
deAdWLM Plus! Bug Reports06-18-2007 at 04:45 PM
RE: HELP REQUEST check if an exe is running
That won't always work, because reloading scripts is only enabled in Debug mode ([s]I may be wrong[/s] - EDIT: I just tested, I'm right) and can be disabled with a registry setting.
deAdScripting06-18-2007 at 04:40 PM
RE: HELP REQUEST check if an exe is running
Another way which is simpler but less reliable is to find a uniquely named/classed, always-present window from that process and check if it exists.
deAdScripting06-18-2007 at 04:21 PM
RE: [?] "local" message in chat window
No, this can't be done with a script.
deAdScripting06-17-2007 at 03:14 PM
RE: "Has You" Feature
The information is provided from the messenger servers, so there is a very low chance of there being a mistake ;)
deAdWLM Plus! Help06-09-2007 at 07:36 PM
RE: double contacts?
Don't double post :P Does one of the contacts in each pair have a book icon next to them?
deAdSkype & Live Messenger06-09-2007 at 01:59 AM
RE: Getting the mp3 file out of a flash player
You can decompile the file if the mp3 is stored as part of it, but most of the time for flash players the mp3 file is stored on the server and streamed by the flash. In that case you can use a packet sniffer to see where it accesses it.
deAdTech Talk06-07-2007 at 06:35 PM
[Hide Excerpts] Pages: (43): « First « 8 9 10 11 [ 12 ] 13 14 15 16 » Last »