Browse by Tags

All Tags » Type Library
Sorry, but there are no more tags available to filter with.
  • VSTA generics questions

    I changed my collection to base from a generic collection according to Tom's blog.  However, I am having some trouble getting it to work. In my add-in, I simply do an assignment MyNamespace.CollateralCollection col = this.Collaterals; which in turn invokes the following code when executing -- public ...
    Posted to VSTA Tech Discussions (Forum) by leighyu on October 3, 2007
  • Re: error in HostItemProvider::GetHostobject

    Hi Hyun, The ShapeAppVBA sample uses APC and supports a more sophisticated COM implementation including Dual interfaces for strong-typed.  The ShapeAppMFC app does not have this support -- it only provides type info via the MFC macros mentioned.   Notice this part of the stdafx.h in ShapeAppVBA: #include ...
    Posted to VSTA Tech Discussions (Forum) by Gary on February 8, 2007