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

Font
Author: Message:
Sburst
New Member
*


Posts: 3
Joined: Jul 2006
O.P. Font
Hello! Do you know (if it is possible) how to change font(and color) via script ?

Thanks.

P.s. sorry for my english (I'm italian)
06-05-2007 06:04 PM
Profile E-Mail PM Find Quote Report
TheGuruSupremacy
Full Member
***

Avatar

Posts: 367
Reputation: 19
33 / Male / Flag
Joined: Nov 2006
RE: Font
quote:
Originally posted by Sburst
Hello! Do you know (if it is possible) how to change font(and color) via script ?

Thanks.

P.s. sorry for my english (I'm italian)

Two Ways:

Hooking(Create your dll,inject it,hook send,recv function and enjoy!)

Memory Patching(Manually replace memory data with your own,however for it you must have a sniffing library like xniff)
06-05-2007 06:39 PM
Profile PM Find Quote Report
MrT
Junior Member
**

Coding For Fun

Posts: 62
35 / Male / Flag
Joined: Jul 2006
RE: Font
hi,
you can edit registry settings for font type or color.

HKU\S-1-5-21-1292428093-1957994488-1343024091-1004\Software\Microsoft\MSNMessenger\PerPassportSettings\<your passport id>\IM Color

(maybe bold text is different for you)

you can screenshot you registry,then change your font
screenshot again and compare

but i don't know how can you change.shell script or something.

RegShot: http://www.majorgeeks.com/download965.html

(sorry for my english)
06-05-2007 07:49 PM
Profile E-Mail PM Web Find Quote Report
TheGuruSupremacy
Full Member
***

Avatar

Posts: 367
Reputation: 19
33 / Male / Flag
Joined: Nov 2006
RE: Font
quote:
Originally posted by MrT
hi,
you can edit registry settings for font type or color.

HKU\S-1-5-21-1292428093-1957994488-1343024091-1004\Software\Microsoft\MSNMessenger\PerPassportSettings\<your passport id>\IM Color

(maybe bold text is different for you)

you can screenshot you registry,then change your font
screenshot again and compare

but i don't know how can you change.shell script or something.

RegShot: http://www.majorgeeks.com/download965.html

(sorry for my english)

I think it's useless because i think he wants change font while msn is running...
06-05-2007 09:26 PM
Profile PM Find Quote Report
felipEx
Scripting Contest Winner
***


Posts: 378
Reputation: 24
35 / Male / Flag
Joined: Jun 2006
RE: Font
i don't know  how to do that, but you can try with API:
code:
Interop.Call("user32", "SendMessageW", ChatWnd.Handle, 0x111, 40211, 0);

to show the font's dialog.
06-05-2007 09:41 PM
Profile E-Mail PM Find Quote Report
MrT
Junior Member
**

Coding For Fun

Posts: 62
35 / Male / Flag
Joined: Jul 2006
RE: RE: Font
quote:
Originally posted by TheGuruSupremacy
quote:
Originally posted by MrT
hi,
you can edit registry settings for font type or color.

HKU\S-1-5-21-1292428093-1957994488-1343024091-1004\Software\Microsoft\MSNMessenger\PerPassportSettings\<your passport id>\IM Color

(maybe bold text is different for you)

you can screenshot you registry,then change your font
screenshot again and compare

but i don't know how can you change.shell script or something.

RegShot: http://www.majorgeeks.com/download965.html

(sorry for my english)

I think it's useless because i think he wants change font while msn is running...


you are right. it's useless a little bit. when you edit settings, you must close chat window and re-open :(
06-06-2007 07:43 AM
Profile E-Mail PM Web 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