J
Jonathan.12
Guest
Hello,
I am building a photo application in Visual Studio (XAML) and I want that the program plays a click sound when you select another photo. For my application I use FlipView and the FlipView_SelectionChanged event. I made an event handler but the sound doesn't play. This is my empty event handler:
Private Sub FlipView_SelectionChanged(sender As Object, e As SelectionChangedEventArgs)
End Sub
End Class
For the sound I use a MediaTool.
Thanks in advance.
Jonathan
Continue reading...
I am building a photo application in Visual Studio (XAML) and I want that the program plays a click sound when you select another photo. For my application I use FlipView and the FlipView_SelectionChanged event. I made an event handler but the sound doesn't play. This is my empty event handler:
Private Sub FlipView_SelectionChanged(sender As Object, e As SelectionChangedEventArgs)
End Sub
End Class
For the sound I use a MediaTool.
Thanks in advance.
Jonathan
Continue reading...