I would like to add a button to my application ( frontend to a service) that will open the service properties dialog (like in services mmc snapin ) for my service.
There are numerous examples to open file properties, but that is not what i want. i dont know where to start.
To open a properties dialog box where you can add or edit all the properties at once and view document information, click Properties at the top of the page, and then click Advanced Properties.
Open the Display Properties dialog box (right-click the desktop and select Properties).
Based off of the services.msc
, the page comes from filemgmt.dll
and is called ServicePageGeneral
. While the COM components are registered, I cannot find any documentation for the CLSID in question, nor for any of the other strings present in filemgmt.dll
.
This does not rule out the possibility that there exists an established API, or a command line option to show the dialog, but I certainly can't find one.
Further substantiating the case that the dialog is not reusable, Process Explorer and SQL Server Configuration Manager both re-implement the dialog, rather than showing the services.msc
version.
Related: How do I open properties box for individual services from command line or link?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With