To launch the "Speakers Properties"
-
I know that we can launch the Playback tab of the Sound control panel with the command:
rundll32 shell32.dll,Control_RunDLL mmsys.cpl,,0
But if I need to launch the Speaker Properties dialog box programmatically, how can we do that? Do we need to post some Windows message to some process? Note: Speaker Properties can be found by mouse-clicks via right-clicking the "Speakers" entry on the list control on the "Playback" tab of Sound panel.Maxwell Chen
-
I know that we can launch the Playback tab of the Sound control panel with the command:
rundll32 shell32.dll,Control_RunDLL mmsys.cpl,,0
But if I need to launch the Speaker Properties dialog box programmatically, how can we do that? Do we need to post some Windows message to some process? Note: Speaker Properties can be found by mouse-clicks via right-clicking the "Speakers" entry on the list control on the "Playback" tab of Sound panel.Maxwell Chen
This article[^] seems to be a nice solution to me. Let me try ...
Maxwell Chen
-
I know that we can launch the Playback tab of the Sound control panel with the command:
rundll32 shell32.dll,Control_RunDLL mmsys.cpl,,0
But if I need to launch the Speaker Properties dialog box programmatically, how can we do that? Do we need to post some Windows message to some process? Note: Speaker Properties can be found by mouse-clicks via right-clicking the "Speakers" entry on the list control on the "Playback" tab of Sound panel.Maxwell Chen