few questions, font and window parameters - 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: few questions, font and window parameters (/showthread.php?tid=93694) few questions, font and window parameters by aztectrev on 01-29-2010 at 12:20 PM
Almost finished my script. works quite well, but not user friendly atm. RE: few questions, font and window parameters by matty on 01-29-2010 at 01:00 PM
quote:This is stored in the registry at HKEY_CURRENT_USER\Software\Microsoft\MSNMessenger\PerPassportSettings\%MSNUSERID%\ It is a REG_BINARY key called IM Format. However I think this key is read for new conversations... quote:The parameters to the function OnEvent_ChatWndSendMessage are what you are looking for. The first parameter is the ChatWindow the second is the Message that was sent. Note this function is called for any messages you sent not just commands. RE: few questions, font and window parameters by aztectrev on 01-29-2010 at 01:10 PM
ok, thats cool. I was trying to find an OnLoad event or something to pass a parameter, i guess I just pass it to a control on my window instead and use it from there. RE: few questions, font and window parameters by matty on 01-29-2010 at 02:15 PM
quote:I wonder if there is a Window Message that gets broadcasted to all conversations when the font changes though. I dont remember if you change one if the rest change or not... if they do then you can use a window spy to look at the messages sent after changing the font and then you can broadcast that message once you have changed the font... just an idea but at this point is simply speculation as I have no idea if it would work... RE: few questions, font and window parameters by aztectrev on 01-29-2010 at 02:26 PM
just tested changing font on one window, no change on another |