ActiveX Collections, Containers, GetIdsOfNames, LPDISPATCH 
Author Message
 ActiveX Collections, Containers, GetIdsOfNames, LPDISPATCH

I am developing an object hierarchy within an ActiveX control.
Containers like Visual Basic have the "Intellisense" feature that shows
a list of the methods and properties available as you type, i.e.:

object.text = "test"

-OR-

object.collection(1).subobject

Observer the behaviour of the MS Win95 common control 'treeview" to see
what I mean.

To get the next object in the hierarchy a property called collection
returns the LPDISPATCH pointer to the subobject interface.  It works
great.

However, this "Intellisense" doesn't work past the first level of my
hierarchy.  But it does on the MS WIN95 treeview control.  Does anyone
have any idea how to make this "Intellisense" work?

Ted
--
=================================================
Ted Christiansen, P.E.
Christiansen Engineering, LLC
Mechanical Engineering Design & Analysis Services



Tue, 26 Feb 2002 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Using LPDISPATCH in ActiveX argument for a picture...

2. add Activex control to Activex container daynamically

3. Handling ActiveX control events without an ActiveX container

4. stdC++lib containers vs. MFC collections

5. MFC Collection class vs STL container

6. STL collections/containers and iterators and DLL's

7. A collection inside a collection inside a collection...

8. Problem when unloading the ATL ActiveX dll from the container

9. windowless activex container?

10. Sizing container window to fit ActiveX control

11. VS.net ActiveX Test Container control has no methods error

12. Calling two ActiveX Controls properties and methods in one container

 

 
Powered by phpBB® Forum Software