[COLOR=Green]// this is in J#[/COLOR]
[COLOR=Blue]private void[/COLOR] button1_Click (Object sender, System.EventArgs e)
{
com.ms.win32.Winmm.PlaySound("C:\\WINDOWS\\MEDIA\\Windows XP Startup.wav" , 0 , com.ms.win32.wins.SND_FILENAME | com.ms.win32.wins.SND_ASYNC);
}