-
MFC COM VB Colection
I want to write a OLE server that handle the VB collection passing by a method. but I dont know how to get a handle into my OLE Server. What must I use for the parameter type ( long, OLE_HANDLE, ...) and what is the cast into mfc.
After I getting the collection I want to add VB user object an handle it.
Is ther a solution for this question!
-
Re: MFC COM VB Colection
You have to handle the ICollection interface.
Sincerely, Mihai
-
Re: MFC COM VB Colection
Where can I find a descriotion aobout ICollection?
-
Re: MFC COM VB Colection
where I can find info about ICollection?
-
Re: MFC COM VB Colection
I have not worked with VB collections, but I have found the book Beginning ATL COM Programming by Dr. Richard Grimes (and others) to be excellent. It does have a section on collections (Chapter 7) You can find more information at www.wrox.com or www.wrox.co.uk. They also have sample code on this site.