[Help] ClSID codes for....

Hi, I am looking for the clsid codes for opening sound properties and display properties for a little project I am working on. Do they exist? or do these not have clsid codes. Thanks in advance...

bzeitler

#219107

You want to display these control panel items from a program of yours?

Easiest:

Just execute desk.cpl and mmsys.cpl

Tough:

load these cpls as DLLs, get a pointer to the CPIApplet function and call it with CPL_INIT, CPL_GETCOUNT, CPL_INQUIRE and finally CPL_DBLCLK parameters (see MSDN). Only way to display them as modal dialog boxes owned by your app, AFAIK.

#219156

Try this site, it has a list of shortcuts for system properties:

http://www.dx21.com/SCRIPTING/RUNDLL32/REF...E.ASP?ISF=0&P=A

#219373