quote:
Originally posted by CookieRevised
code:
.Run("\"C:\\Program Files\\Windows Media Player\\wmplayer.exe\"");
PS: try not to run an application on initialize if possible. The function initialize must be return as quickly as possible and should do as little as possible
Thanks cookie i've changed it to OnEvent_Signin, but is there anyway to make it play automatically as well?