hi
i want to display windows volume control wizard with a button click. i also want to control volume (microphone and speaker) using slider.how to do these??
advance thanx
hi
i want to display windows volume control wizard with a button click. i also want to control volume (microphone and speaker) using slider.how to do these??
advance thanx
You could implement the IAudioVolumeLevel interface?
http://msdn.microsoft.com/en-us/libr...=vs.85%29.aspx
how to implement??
give some link or reference.
thanks
I included a link/reference in my post. Perhaps you missed it?
how to implement in qt??
hi masuk,
In windows XP u can use windows.h (api)
hope it helps
Bala
hi bala
can you give sample source code??
Last edited by masuk; 2nd February 2011 at 11:38.
You implement as per any other COM object, using REFIID IID_IAudioVolumeLevel.
If you don't want the complexity of COM objects, then the best thing to do is just alter your own volume output only, rather than trying to adjust the system volume.
hi all,
i need Qt documentation/samples to solve.
thanks
You mean you want working code ?i need Qt documentation/samples to solve.
I need Qt documentation. how can i add windows api,how to adjust with slider.
thanks
Bookmarks