Board index » delphi » Windows Mixer
Alain N.S
![]() Delphi Developer |
Alain N.S
![]() Delphi Developer |
Windows Mixer2004-11-19 11:36:32 PM delphi29 Hello, I need some help. I want to open the windows audio mixer from my aplication. Does anybody know how to do that? Thanks Alain |
Michael Madsen
![]() Delphi Developer |
2004-11-20 03:23:23 AM
Re:Windows Mixer
"Alain N.S" <XXXX@XXXXX.COM>writes:
QuoteHello, should work. Be sure to add ShellApi to the uses clause of your unit. |
Alain N.S
![]() Delphi Developer |
2004-11-20 11:00:41 PM
Re:Windows Mixer
Thank you!! Mr. Michael.
It works! Can you tell me how to get control of the master volume?? Thanks Alain ----- Original Message ----- From: "Michael Madsen" <XXXX@XXXXX.COM> Newsgroups: borland.public.delphi.multimedia Sent: Saturday, November 20, 2004 02:23 Subject: Re: Windows Mixer Quote
|
Markus Gronotte
![]() Delphi Developer |
2004-11-24 08:03:15 PM
Re:Windows Mixer
"Alain N.S"
QuoteCan you tell me how to get control of the master volume?? Markus - gronoworx.dyndns.org |
Alain NS
![]() Delphi Developer |
2006-06-07 04:19:32 PM
Re:Windows Mixer
Hello..,
Can anybody help me? I need to open windows master volome mixer and recording mixer from my application. How do I do that? What code should I write? Alain |
daniel cc
![]() Delphi Developer |
2006-06-07 05:18:30 PM
Re:Windows Mixer
Alain,
You could use AudioMixer component which has very good demo project in it where you can see how everything works! If you can't find the component, inform me and I will put it somewhere for you! {-daniel cc "Alain NS" <XXXX@XXXXX.COM>writes QuoteHello.., |
Alain NS
![]() Delphi Developer |
2006-06-08 01:36:13 PM
Re:Windows Mixer
Hello,
Daniel, can u tell me where I can download the AudioMixer? Actually I have been able to launch the control panel with this code: WinExec(PChar('rundll32.exe shell32.dll,' + 'Control_RunDLL ' + 'mmsys.cpl sounds'), SW_SHOWNORMAL); But this is only for the sound control panel (properties for sound on window start, window close, etc) but not the windows mixer. What I need is how to launch windows master volome mixer and recording mixer. Any body know?? Alain. "daniel cc" <XXXX@XXXXX.COM>writes QuoteAlain, |
Mark Jacobs
![]() Delphi Developer |
2006-06-09 08:49:34 PM
Re:Windows Mixer
Alain NS writes:
QuoteActually I have been able to launch the control panel with this code: specifying where it is. So, you could use :- ShellExecute(NULL,"open","sndvol32.exe",NULL,NULL,SW_SHOW); -- ? Mark Jacobs DK Computing www.dkcomputing.co.uk |
daniel cc
![]() Delphi Developer |
2006-06-11 02:03:47 AM
Re:Windows Mixer
Alain,
If you still need the AudioMixer, please inform and I will drop it somewhere for you! {-daniel cc "Alain NS" <XXXX@XXXXX.COM>writes QuoteHello.., |
daniel cc
![]() Delphi Developer |
2006-06-11 02:08:47 AM
Re:Windows Mixer
Alain,
You can get the AudioMixer component from here! "rapidshare.de/files/22720027/AudioMixer_Delphi_7.zip.html"" Select "Free" from the download type and insert the code it gives! {-daniel cc "Alain NS" <XXXX@XXXXX.COM>writes QuoteHello.., |
Alain NS
![]() Delphi Developer |
2006-06-12 01:08:36 PM
Re:Windows Mixer
Thanks
Alain "daniel cc" <XXXX@XXXXX.COM>writes QuoteAlain, |
Paul Nicholls
![]() Delphi Developer |
2006-06-13 10:51:56 AM
Re:Windows Mixer
"daniel cc" <XXXX@XXXXX.COM>writes
QuoteAlain, cheers, Paul. |
Thaddy
![]() Delphi Developer |
2006-06-15 03:44:24 AM
Re:Windows Mixer
Paul Nicholls writes:
QuoteI just tried the download link you provided and got an error, something |