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

Search Results
Subject Author Forum Time
RE: [Resolved] Interop.Call SendMessageW not working since Plus 5/WLM 2011
Oh! Yes, I was wondering that myself... Ahhhhh! I'll investigate. I guess Spy++ should be handy (thanks for that! I have it with Visual Studio but have never used it). Edit 2: Looks like when you have tabbed chats disabled, every single conversatio...
DomsyScripting03-24-2011 at 11:46 PM
RE: [Resolved] Interop.Call SendMessageW not working since Plus 5/WLM 2011
Yep, thanks! I did notice, hehe. I was taking the code as advice rather than a complete copy-paste (I'm not actually as hopeless as I'm seeming in this thread, LOL! :D) I think we also need to check [i]ShowConvWndTabs[/i] anyway, right? ;)
DomsyScripting03-24-2011 at 11:38 PM
RE: [Resolved] Interop.Call SendMessageW not working since Plus 5/WLM 2011
Oh wow, ok, I guess you did it for me. Thanks! Lol! I had never expected this much help today. I really appreciate it, everyone :)
DomsyScripting03-24-2011 at 11:27 PM
RE: [Resolved] Interop.Call SendMessageW not working since Plus 5/WLM 2011
Ok, wow, thanks for all the info. My concern about 'every single event' was due to the fact I have to hook many events for my script to work: OnEvent_ContactStatusChange, _ContactSignin, _ContactSignout, and _ChatWndCreated. But yes, ChatWndCreated...
DomsyScripting03-24-2011 at 11:10 PM
RE: [Resolved] Interop.Call SendMessageW not working since Plus 5/WLM 2011
Oh, wow, thanks! That's quite involved just to check for something that's not too crucial in my case, particularly if I'm going to be doing that every single event (not sure how heavy registry checks are)... May not be worth it... Might be best to...
DomsyScripting03-24-2011 at 10:53 PM
RE: [Resolved] Interop.Call SendMessageW not working since Plus 5/WLM 2011
OMG! Thank you so much! You are awesome! I had thought it was something to do with tabbed chats, but I didn't know why, and why it would still be an issue even with them disabled. I've managed it with GA_ROOTOWNER and it works again! YAY! Thank you...
DomsyScripting03-24-2011 at 09:56 PM
RE: [Resolved] Interop.Call SendMessageW not working since Plus 5/WLM 2011
Oh, thanks! That looks rather awesome. Unfortunately, it seems it can't locate [i]GetClassName[/i] in user32 :| That's weird... Also, I don't see a definition for [i]pPlusWnd[/i]. Is that meant to be [i]pChatWnd[/i]? Edit: Oh and is that a semico...
DomsyScripting03-24-2011 at 07:28 PM
RE: [Resolved] Interop.Call SendMessageW not working since Plus 5/WLM 2011
Thanks for taking an interest! Yeah, I was wondering if it was anything to do with the tabbed chats that WLM themselves introduced, but as you said, I've disabled them and it still doesn't work. Still, I'm not sure why the interop call should fail...
DomsyScripting03-24-2011 at 05:02 PM
[Resolved] Interop.Call SendMessageW not working since Plus 5/WLM 2011
[i]Resolved! Thanks, matty![/i] Hi everyone, I've been avoiding updating to WLM 2011 and Plus 5 on my main machine for a while now because of a huge issue with one of the scripts I've developed. Basically, it adjusts the taskbar icon for the chat c...
DomsyScripting03-24-2011 at 03:33 PM
RE: How can I remove the "Fix Your PC" button that's suddenly appeared?
This does not seem to be the case. I did not install the sponsor programme, yet the button still appeared. Seems like they're two separate things, as I'm sure the rest of the thread has clarified anyway.
DomsyWLM Plus! Help12-30-2009 at 11:01 PM
How can I remove the "Fix Your PC" button that's suddenly appeared?
Hi. I just logged on today and there's suddenly a "Fix Your PC" button appeared at the top of the contact list window next to the Messenger Plus button. How can we remove this? I assume it's been added by Messenger Plus? If it has, I don't appre...
DomsyWLM Plus! Help12-30-2009 at 01:43 PM
RE: 4.81 Ask.com Licence Agreement accepted by default
Thanks for replying, Patchou! I agree, I like this way for the sponsor too, I just thought I'd mention that I found it strange a licence agreement was accepted by default.
DomsyWLM Plus! General05-16-2009 at 04:50 PM
4.81 Ask.com Licence Agreement accepted by default
Hiya, Just saw the update for 4.81 and noticed now that there is an Ask.com sponsor thing instead of the old one. I think this is the first version I've seen with this, and I have a concern. I noticed that the licence agreement for Ask.com is actual...
DomsyWLM Plus! General05-16-2009 at 03:42 PM
RE: Contact status indication in window's icon in taskbar
Cool! Will be interesting to see :)
DomsyScripting04-08-2009 at 12:21 PM
RE: Email tray icon notification
The point isn't for ease of use of getting to the inbox, it's for notifying when you have email. I don't constantly look at the contact list to know when I have email, and I often miss the alerts. I was looking through the documentation and I thin...
DomsyScripting04-08-2009 at 12:19 PM
RE: [REQUEST] User is typing notification in taskbar icon
I have a [url=http://shoutbox.menthix.net/showthread.php?ti d=89901]thread on a feature[/url] similar to this. I could easily do it for you when I get the chance, although I'm not sure about an animated one. I'm just about to go out so I can try whe...
DomsyScripting04-03-2009 at 12:50 PM
Email tray icon notification
Hey everyone, So I'm back to the dilemma of upgrading to 2009 or not. I almost did it (now it's bugging me to do so. Anyone know how to stop it bothering me?), but I luckily did a quick check of my StuffPlug features I really need. I thought I had ...
DomsyScripting04-03-2009 at 12:46 PM
RE: Contact status indication in window's icon in taskbar
Thanks! Appreciate it. Looks like his is very similar to mine that I went on to build, I've just got more workings within the script itself (no DLL extraction) and have my icons packaged in a folder with the script. Not sure if I'll release it but ...
DomsyScripting03-29-2009 at 11:33 PM
RE: Contact status indication in window's icon in taskbar
Ok cool, thanks. Any possibility you could upload the one you've got so I can see, please? It may be beneficial if they don't re-upload it. Thanks very much. Edit: OMG! Nevermind, I did it! I used LoadImage instead:[code]var icon = Interop.Call("u...
DomsyScripting03-28-2009 at 12:16 PM
RE: Contact status indication in window's icon in taskbar
Thanks, that sounds interesting. I was thinking of looking into making a script for it, but could help with some pointers for what direction I need to go to. I was thinking I'd need to do a SendMessage to the window's handle to get it to change the...
DomsyScripting03-27-2009 at 12:33 PM
RE: Contact status indication in window's icon in taskbar
Thanks for making me aware about skins being able to alter the display picture locations. I'll take a look into that. And yes, I thought I made myself clear that the feature of StuffPlug is not available for WLM2009, and in fact will most likely nev...
DomsyScripting03-26-2009 at 11:19 PM
Contact status indication in window's icon in taskbar
Hi everyone, I'm still currently using Windows Live Messenger 8.5, but I was hoping to be able to upgrade to 2009 at some point. However, there are a few things that I absolutely must have before I can do that, and there is no way I will upgrade if ...
DomsyScripting03-26-2009 at 07:05 PM
RE: Where has the /Clear command gone?
Oh cool! Thanks for the info Patchou. Shame I didn't read this before I wrote a script to do it. Hopefully you'll be able to improve upon it, though. My script simply closes the window and then re-opens it. If anyone would actually be interested i...
DomsyWLM Plus! Help07-23-2006 at 09:40 AM
RE: Where has the /Clear command gone?
Ok, thanks for confirming. I couldn't seem to find [u]any[/u] topics on this at all, although I did search rather quickly. I'll take a look into writing a script and see what I can achieve. I think I'll just close and open the window again. Might...
DomsyWLM Plus! Help07-18-2006 at 05:21 PM
Where has the /Clear command gone?
Hi all, The subject explains it all. If this command has been removed (which I think would be very stupid), then is there a script to do the same effect? If there isn't one, are there any certain script commands that could achieve this? I suppose I ...
DomsyWLM Plus! Help07-18-2006 at 05:16 PM
[Hide Excerpts] Pages: (2): « First [ 1 ] 2 » Last »