sorry for my bad English and straight forwarding.
i have something about the coding to ask...
i would like to ask, is it possible to add sound for all the button?
seems like the button with a "click" sound when it is selected would be nice.
anyone have any idea to do it?
is it add the .wav file source in somewhere here?
new BrushSelection(
new Uri("/KinectPaint;component/Resources/pen-unselected.png", UriKind.RelativeOrAbsolute),
new Uri("/KinectPaint;component/Resources/pen-selected.png", UriKind.RelativeOrAbsolute),
KinectPaintbrush.Marker,
"pen"),
or
SoundPlayer ClickSound = new SoundPlayer(@"c:\Media\ClickSound.wav");
ClickSound.Play();