09-04-2008 04:06 AM
Hi All,
How to open the sounds and audio properties of the control panel using the Labview system exe vi.
Is there any dll also to open this property.
If there is dll which is that and how to program the dll to serve my purpose.
Solved! Go to Solution.
09-04-2008 06:42 AM - edited 09-04-2008 06:44 AM
09-04-2008 04:50 PM - edited 09-04-2008 04:50 PM
What exactly are you trying to accomplish with this control panel applet? If you just want to open the applet you can just do this:
01-07-2009 02:39 AM
01-07-2009 08:59 AM - edited 01-07-2009 09:00 AM
Wow, you've followed up after quite a bit...
The reason the command window opens is because to open the control panel you need to run it within the context of a shell, and that's what's done with the "cmd /c mmsys.cpl". To open the applet without using cmd you need to use RunDll32.exe, like this: