Windows with Delphi Windows API (94) Windows Filesystem (41) Windows Forms (69) Windows Graphics (38)
Exchange Links About this site Links to us 
|
Display the multimedia properties from the control panel
This article has not been rated yet. After reading, feel free to leave comments and rate it.
Displaying the multimedia properties dialog from the control panel is very easy with the following code; the secret is to know to call rundll32.
 | |  | | begin
WinExec('rundll32 shell32.dll,Control_RunDLL MMSys.cpl,,0',SW_SHOW);
WinExec('rundll32 shell32.dll,Control_RunDLL MMSys.cpl,,1',SW_SHOW);
WinExec('rundll32 shell32.dll,Control_RunDLL MMSys.cpl,,2',SW_SHOW);
WinExec('rundll32 shell32.dll,Control_RunDLL MMSys.cpl,,3',SW_SHOW);
end
| |  | |  |
Comments:
|
|
|
|
i just bought a gateway md2614u, but i had to reinstall the operating system again and now my multimedia panel which are touch pad, are not working. they dont even turn on. i talk to the gateway guys but they keep given me the hotstart driver which i download everytime but it doesnt work.
can anyone help me.
|
|