SUNDAY, JUNE 8, 2008How to detect NO mouse movementIn some occasions you might want to show or hide stuff in your Silverlight application when the visitor stopped moving his/her mouse. For instance, most media players use this method to hide the play/pause/forward/mute controlbar. You can achieve this by doing following this: 1. Create a DispatcherTimer view plaincopy to clipboardprint?private ..