-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Description
This issue has been moved from a ticket on Developer Community.
[severity:It's more difficult to complete my work]
System.Media.SoundPlayer çalışmıyor. Ses vermiyor. Her türlü denedim ama olmuyor.
private void buttonÇal_Click(object sender, EventArgs e)
{
soundPlayer = new System.Media.SoundPlayer(@"D:\HDD\copyright (C) son\bitmemişler\THREAD_PROJECT_01\EXAMPLE No 1.wav");
soundPlayer.Play();
//soundPlayer.SoundLocation = @"D:\HDD\copyright (C) son\bitmemişler\THREAD_PROJECT_01\EXAMPLE No 1.wav";
//soundPlayer.SoundLocation = @"D:\HDD\copyright (C) son\bitmemişler\THREAD_PROJECT_01\EXAMPLE No 2.wav";
//soundPlayer.LoadAsync();
//soundPlayer.PlaySync();
}
Original Comments
Feedback Bot on 7/14/2025, 07:28 AM:
We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.