my project is on education with fun so i want to add sound API for alphabets for example:if alphabet a is pressed then in picturebox image of apple is diplayed and we can hear a sound that is "a for apple"....how to do so????
Have a look at MSDN e.g.: http://msdn.microsoft.com/en-us/library/system.media.soundplayer.aspx You can also find usefull stuff on CodeProject