Re: [VB6]Set output volume level of MY application

Originally Posted by
Cereal Killer
From MSDN
For example, the following play command will not return control to the application until the playback completes:
Code:
mciSendString("play mydevice from 0 to 100 wait",
lpszReturnString, lstrlen(lpszReturnString), NULL);
Interesting. I've never tried it with specifying both start and end points. I suppose that's what makes the difference.
Anyway, glad you got it working. You should mark the thread resolved if you're satisfied with the answer.
Please remember to rate the posts and threads that you find useful.
How can something be both new and improved at the same time?