CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    May 1999
    Posts
    9

    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!





  2. #2
    Join Date
    May 1999
    Posts
    48

    Re: MFC COM VB Colection

    You have to handle the ICollection interface.
    Sincerely, Mihai



  3. #3
    Join Date
    May 1999
    Posts
    9

    Re: MFC COM VB Colection

    Where can I find a descriotion aobout ICollection?


  4. #4
    Join Date
    May 1999
    Posts
    9

    Re: MFC COM VB Colection

    where I can find info about ICollection?


  5. #5
    Join Date
    May 1999
    Location
    Indiana
    Posts
    21

    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.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured