How to create a windows service property sheet
Hi
I would like to create a property page that could be mergedinto an existing property sheet to provide customization inputs for users for a Windows service we are developing.
Can anyone point me to an example of how to do this in C++?I am creating a windows service which has dynamic parameters that the user can change.
Instead of creating an administration application I would like to include the parameters in a property page and have it merged with the default property pages provided by the windows service control manager.Microsoftdoes this same sort of thingwith their SNMP service in XP. If you look at the properties of this service you will see extra tabbed pages that contain configuration parameters that the user can change. This is exactly what I am trying to accomplish in ATL or WTL C++.
Any help or guidance would be greatly appreciated!
Thanks,
O

