Question: I'm new to the C++ programming language and I am trying to create a piano GUI in Visual Studios on my Windows computer. I have
I'm new to the C++ programming language and I am trying to create a piano GUI in Visual Studios on my Windows computer. I have .wav files for my piano keys/notes and learned how to create a button for the piano keys. Can I please have help on how to code my program so that when I press the button, the .wav file will play the piano key? What should I type underneath: " private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) { " to make the button produce a sound?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
