quote:
Originally posted by Silentdragon
Is it really that hard to click it?
It is not hard, but for a script who change the psm, it is very good to disabled the "What i'm listening to"
quote:
Originally posted by Ezra
This _should_ work, haven't tested it.
code:
function listeningto(enable)
{
if (enable) { var value = 1 } else { var value = 0 }
new ActiveXObject("WScript.Shell").RegWrite("HKEY_CURRENT_USER\Software\Microsoft\MSNMessenger\PerPassportSettings\\" + Messenger.MyUserId + "\\ShowTransientPSM\\", value, "REG_DWORD");
}
However, there's a small problem with it still. The button does more then only setting the registry key, so when you disable it, it doesn't show the psm, it just stays on the current song and doesn't change anymore...
Yes, I have already make this..but it is useless...
Moreover, OnEvent_MyMediaChange is not send...