How do I find out what methods, properties and events are supported by an ActiveX control?
Printable View
How do I find out what methods, properties and events are supported by an ActiveX control?
The Object Browser?
Start a project, add the control, double click to go into programming, type the control name followed by "." and you should see a list of available properties/methods? Maybe l am missing something in your question
No, no ,no ,no ,no! I want to make something like the Object browser, so I need my application to find out (at run-time) what properties are supported by a control.
You'll be wanting to look very closely at the TypeLibrary Information type library. It will let you enumerate through the properties, methods, events, interfaces etc. very handy.
the file is : TLBINF32.DLL in the win system32 directory
- gaffa