2 Topics

Member Avatar for
Member Avatar for Dani

Is anyone else seeing this?! There's a little musical note icon next to my Google Analytics charts, and when I click on it, Analytics "plays" my graph with synthesized piano tunes! I think this is the most useless, ridiculous feature ever to come out of Google.

Member Avatar for JorgeM
0
146
Member Avatar for nsutton

How can you play a sound file that resides in the solutions resources file? Heres what I have..... [CODE] private void whiteKey1_Click(object sender, EventArgs e) { //If clicked System.Media.SoundPlayer player = new System.Media.SoundPlayer("WindowsPiano.Windows_XP_Ding.wav"); player.Play(); } [/CODE] I'm making a virtual piano and when the key is pressed it plays a …

Member Avatar for bbman
0
165

The End.