Hii…
I know this question is repeated but I could not found what I am searching..
I want to play sound in c# without using System.Media or CoreDll.dll. Is there any way to write a function in c# as it is in COREDLL.dll ?
Please help…
Hii… I know this question is repeated but I could not found what I
Share
You can use P/Invoke to call the corresponding function from the Windows API: