Getting “What I’m listening to” working with Windows Media Player 11

Posted by andy gaskell on May 20th, 2006

I just got the new Windows Media Player 11 Beta and it’s pretty cool. The upgrade broke the Turn on “What I’m listening to” feature in MSN / Windows Live Messenger. Here’s the steps to getting Turn on “What I’m listening to” working again.

Click the Now Playing menu (not the button).

Scroll to plug-ins – Other – and make sure that “Windows Live Messenger Music Plugin” is selected. I’m guessing there’s similiar option for MSN Messenger Music Plugin, but I can’t say for sure.

Setting a default button using Master Pages in ASP.NET

Posted by andy gaskell on May 2nd, 2006

This one’s pretty easy, but wasn’t apparent to me at first. Put this code in your Page_Load to set a default button in master pages:

this.Form.DefaultButton = this.YOUR_DEFAULT_BUTTON.UniqueID;