Shoutbox

Font - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: Font (/showthread.php?tid=75088)

Font by Sburst on 06-05-2007 at 06:04 PM

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)


RE: Font by TheGuruSupremacy on 06-05-2007 at 06:39 PM

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)
RE: Font by MrT on 06-05-2007 at 07:49 PM

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)


RE: Font by TheGuruSupremacy on 06-05-2007 at 09:26 PM

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...
RE: Font by felipEx on 06-05-2007 at 09:41 PM

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.
RE: RE: Font by MrT on 06-06-2007 at 07:43 AM

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 :(