What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Why Plus 5 don't suport Messenger.MyPersonalMessage?

Why Plus 5 don't suport Messenger.MyPersonalMessage?
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Why Plus 5 don't suport Messenger.MyPersonalMessage?
quote:
Originally posted by Doublevil
and return "/psm /psm [your message here]"
:O Doesn't that mean there is also a command parsing bug in Plus!?....

This said, your use of the OnEvent_ChatWndSendMessage to work around the PSM limitaton is interesting, but can't you just use oChatWnd.SendMessage("/psm blahblah") or oChatWnd.SendMessage("/psm /psm blahblah") in that case?
(Can't test because I don't run WLM 2011 atm)

quote:
Originally posted by Doublevil
I don't know how to close it, though.
What most people do:
Interop.Call("User32", "SendMessageW", oChatWnd.Handle, 0x10 /*WM_CLOSE*/, 0,0);

Or in a more gracefull/safer way:
Interop.Call("User32", "PostMessageW", oChatWnd.Handle, 0x0111 /*WM_COMMAND*/, 0x9C51, 0);

Or with the use of Plus! scripting functions:
oChatWnd.SendMessage("/close")

---

However, note that using the SendMessage function might not always work. You always need to check if the typing box is actually enabled and if it can recieve commands (using oChatWnd.EditChangeAllowed)

PS: instead of using a chatwindow, you might also wanna try sending the string to the word wheel edit box (the search box) in the contact list. However, that can't be done directly with pure scripting though. You probably need some Windows API for that or worse Active Accessebility.

This post was edited on 03-25-2011 at 01:59 AM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
03-24-2011 11:52 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Why Plus 5 don't suport Messenger.MyPersonalMessage? - by JaderCM on 02-12-2011 at 10:49 PM
RE: Why Plus 5 don't suport Messenger.MyPersonalMessage? - by Arcticwolfx on 02-12-2011 at 11:44 PM
RE: Why Plus 5 don't suport Messenger.MyPersonalMessage? - by Spunky on 02-13-2011 at 12:55 AM
RE: Why Plus 5 don't suport Messenger.MyPersonalMessage? - by Arcticwolfx on 02-13-2011 at 01:03 AM
RE: Why Plus 5 don't suport Messenger.MyPersonalMessage? - by Spunky on 02-13-2011 at 01:15 AM
RE: Why Plus 5 don't suport Messenger.MyPersonalMessage? - by Arcticwolfx on 02-13-2011 at 01:20 AM
RE: Why Plus 5 don't suport Messenger.MyPersonalMessage? - by totonf on 02-13-2011 at 03:03 AM
RE: Why Plus 5 don't suport Messenger.MyPersonalMessage? - by Arcticwolfx on 02-13-2011 at 05:53 AM
RE: Why Plus 5 don't suport Messenger.MyPersonalMessage? - by SmokingCookie on 02-13-2011 at 08:54 AM
RE: Why Plus 5 don't suport Messenger.MyPersonalMessage? - by Menthix on 02-13-2011 at 10:07 AM
RE: Why Plus 5 don't suport Messenger.MyPersonalMessage? - by Spunky on 02-13-2011 at 10:13 AM
RE: Why Plus 5 don't suport Messenger.MyPersonalMessage? - by SmokingCookie on 02-13-2011 at 10:27 AM
RE: Why Plus 5 don't suport Messenger.MyPersonalMessage? - by Menthix on 02-13-2011 at 10:30 AM
The solution! - by Doublevil on 03-24-2011 at 10:48 PM
RE: Why Plus 5 don't suport Messenger.MyPersonalMessage? - by CookieRevised on 03-24-2011 at 11:52 PM
RE: Why Plus 5 don't suport Messenger.MyPersonalMessage? - by JaderCM on 03-25-2011 at 12:51 AM
RE: Why Plus 5 don't suport Messenger.MyPersonalMessage? - by F4ever on 04-01-2011 at 07:16 PM
RE: Why Plus 5 don't suport Messenger.MyPersonalMessage? - by Arcticwolfx on 04-01-2011 at 08:35 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On