I am looking for a property browser/editor for generic activeX controls.
It must work for controls that just expose an IDispatch interface, no proeprty pages of their own.
Best would be something that comes with the OS (like the "All properties" property page VC6 used). It is only for testing, so comfort is not important, modal property sheet or embedded activeX control. The test application is an MFC project.
I thought there was something like that, but the best I can find right now is OleCreatePropertyFrame
(which is only the dialog, but not the page i'm after)
Thanks!