Works beautifully on my hd3 Only slight problem i had was when trying the built in music player it gave an "unhandled exception". ************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at Lister.Classes.PlayQueue.Play()
at Lister.MainForm.pb_Play_Pause_MouseDown(Object sender, MouseEventArgs e)
at System.Windows.Forms.Control.OnMouseDown(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) This was only using the Play button at the top. Play all worked fine.