How to get status of the of the wave file [modified]
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I am using the mciSendString method in my project where i am unable to get the length of the wave file playing.Help me..... Framework version is v1.1,Visual Studio .Net 2003 mciSendString("open c:/MyMedia/Babu.wav type waveaudio alias song","MCI_OPEN",128,0) mciSendString("set song time format hms","MCI_SET_TIME_FORMAT",255,0) mciSendString("status song length",rs,255,0) mciSendString("play song from 1 to 6000 wait","MCI_PLAY",255,0) Advance thanx. C.Babu B.E., -- modified at 0:50 Monday 13th November, 2006