quote:
Originally posted by aztectrev
Is there a way to get and set the font used. what i want to do is get the current font, store it, change font, send message and then change back to stored font. cant seem to find a direct function?
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:
Originally posted by aztectrev
and also i need to pass a parameter to my scripts window, whats the best way to do this? i need a reference to the convo window that the slash command was used on
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.