What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » MSN or Windows Messenger?

MSN or Windows Messenger?
Author: Message:
eSouL
Junior Member
**


Posts: 36
Joined: Oct 2005
O.P. MSN or Windows Messenger?
Hi,

Is there a way to detect what is the messenger client the user is running?

My plugin places an icon below MsgPlus!'s sound icon if the user is using MSN Messenger, and don't do anything if he is using the other (since MsgPlus! do not place any icons on the toolbar in this client).

Thanks in advance!
10-24-2005 02:43 PM
Profile E-Mail PM Find Quote Report
Dempsey
Scripting Contest Winner
*****

Avatar
http://AdamDempsey.net

Posts: 2395
Reputation: 53
37 / Male / Flag
Joined: Jul 2003
RE: MSN or Windows Messenger?
u can found out using the Messenger API, passed in Initalise.
SoundPacks   -   Scripts   -   Skins

that's not a bug, thats an unexpected feature
10-24-2005 02:52 PM
Profile E-Mail PM Web Find Quote Report
Mike
Elite Member
*****

Avatar
Meet the Spam Family!

Posts: 2795
Reputation: 48
31 / Male / Flag
Joined: Mar 2003
Status: Online
RE: MSN or Windows Messenger?
Also, the user might have disabled the toolbar (where it shows the messenger plus! icon and the sound icon) even if he/she uses MSN Messenger, so you better find a way to see if the toolbar is disabled. :)

A bit offtopic: Are you using SetParent API to do it?
Can I see a screenshot of it, I'm just curious :)
YouTube closed-captions ripper (also allows you to download videos!)
10-24-2005 03:02 PM
Profile E-Mail PM Web Find Quote Report
eSouL
Junior Member
**


Posts: 36
Joined: Oct 2005
O.P. RE: MSN or Windows Messenger?
Dempsey, how?

As far as I know, nVersion only returns the level of support of MsgPlus!

Mike, yes, I'm using SetParent API. VB6 can't seem to subclass a window not owned by itself. :( If anybody knows a workaround please let me know. And also, how do I check if the user has diabled toolbar?

A screenshot..

[Image: attachment.php?pid=555070]

.png File Attachment: sIM.PNG (7.09 KB)
This file has been downloaded 315 time(s).

This post was edited on 10-24-2005 at 03:28 PM by eSouL.
10-24-2005 03:24 PM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: MSN or Windows Messenger?
quote:
Originally posted by eSouL
And also, how do I check if the user has diabled toolbar?


HKEY_CURRENT_USER\Software\Patchou\MsgPlus2\%email%\Preferences\InstantMessagesPlusIcon

DWORD Key
0 = Disabled
1 = Enabled

And yes you can subclass the window in VB and watch for WM_Paint.
10-24-2005 03:30 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


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