S shachar Oct 19, 2004 #1 hi all. how can i play a simple wav file? do vb.net has a Multimedia Control to do this?
W W.G. Ryan eMVP Oct 19, 2004 #2 You can use Process.Start to start a player (like WMP that plays wav) or you can P/Inoke the PlaySound API http://www.codeguru.com/vb/gen/vb_general/attributes/article.php/c7323__2/
You can use Process.Start to start a player (like WMP that plays wav) or you can P/Inoke the PlaySound API http://www.codeguru.com/vb/gen/vb_general/attributes/article.php/c7323__2/
H Herfried K. Wagner [MVP] Oct 19, 2004 #3 shachar said: how can i play a simple wav file? Click to expand... Multimedia <URL:http://www.mentalis.org/soft/class.qpx?id=1> WaveFile <URL:http://www.mentalis.org/soft/class.qpx?id=14>
shachar said: how can i play a simple wav file? Click to expand... Multimedia <URL:http://www.mentalis.org/soft/class.qpx?id=1> WaveFile <URL:http://www.mentalis.org/soft/class.qpx?id=14>