What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Changing the main window

Changing the main window
Author: Message:
Masky
New Member
*


Posts: 9
Joined: Mar 2005
O.P. Changing the main window
I want to make a script that adds little buttons you can click on beside the Plus! button on the Main Window. How do I do that? And I want the buttons to bring someone to a web page.

Edit: I don't mean the menubar at the top.

-Masky :)

This post was edited on 01-28-2007 at 11:00 PM by Masky.
01-28-2007 10:59 PM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Changing the main window
Not possible with a script.

I am not even quite sure how Patchou does it.

If I remember correctly, Patchou patches the ufile in memory and adds the button

This post was edited on 01-28-2007 at 11:16 PM by matty.
01-28-2007 11:16 PM
Profile E-Mail PM Find Quote Report
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
20 / Other / Flag
Joined: Jul 2003
RE: Changing the main window
quote:
Originally posted by Matty
If I remember correctly, Patchou patches the ufile in memory and adds the button

Yep thats how he does it.
01-29-2007 12:05 AM
Profile PM Web Find Quote Report
deAd
Scripting Contest Winner
*****

Avatar

Posts: 1060
Reputation: 28
– / Male / Flag
Joined: Jan 2006
RE: RE: Changing the main window
quote:
Originally posted by Matty
If I remember correctly, Patchou patches the ufile in memory and adds the button

Yes, he modifies the resources as they were loaded...there's a special message that can be sent to the Plus! message pump window that tells it to reload and repatch the resources, which was added for compatibility with skinning programs; specifically MemSkin+, which changes the resources Messenger loads as Messenger loads them, therefore removing the Plus! button...but not if you send the message :P
01-29-2007 01:16 AM
Profile PM Find Quote Report
TheSteve
Full Member
***

Avatar
The Man from Japan

Posts: 179
Reputation: 23
40 / Male / Flag
Joined: Aug 2005
RE: RE: RE: Changing the main window
quote:
Originally posted by deAd
...which was added for compatibility with skinning programs; specifically MemSkin+, which changes the resources Messenger loads as Messenger loads them, therefore removing the Plus! button...but not if you send the message :P

That message only applies if you're changing the resources after MsgPlus has already patched it once. In order to get MsgPlus's icons to show up as well as yours, you need to modify the resource dynamically as opposed replacing it completely. In the case of MemSkin+, a special "hack" was required to allow MsgPlus to dynamically modify a skin's UIFILE and continue to modify it as the skin changes.

As for adding buttons via a script, you would need some sort of dll/activex component to leverage its way in to the GUI and create button.
02-08-2007 02:51 PM
Profile PM Web Find Quote Report
Jimbo
Veteran Member
*****

Avatar

Posts: 1650
Reputation: 18
31 / Male / Flag
Joined: Jul 2006
RE: Changing the main window
Or couldn't you just create a window then position on a certain point in the main window
02-08-2007 05:12 PM
Profile E-Mail PM Find Quote Report
deAd
Scripting Contest Winner
*****

Avatar

Posts: 1060
Reputation: 28
– / Male / Flag
Joined: Jan 2006
RE: RE: Changing the main window
quote:
Originally posted by Jimbodude
Or couldn't you just create a window then position on a certain point in the main window

That would be a really crappy way to do it :P
02-08-2007 10:06 PM
Profile 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