tags:

views:

49

answers:

1

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!

+1  A: 

Have you tried using the OLE-COM Obect Viewer? It's included in the SDK or can be installed separately via this link.

Alan
something to embed in the test application
peterchen