Browse by Tags

All Tags » VSTA integration
  • Autodesk Revit now shipping with VSTA

    Autodesk Inc. has integrated and is now shipping Microsoft Visual Studio Tools for Applications (VSTA) in its Revit 2009 product line, including Revit Architecture, Revit Structure, and Revit MEP.  Revit is architectural BIM (Building Informational Modeling) software that allows intelligent,3D and parametric object-based ...
    Posted to Dave's Blog (Weblog) by dschneid on April 23, 2008
  • How To Integrate VSTA 2.0 PowerPoint Slides from MSDN Webcast

    PowerPoint Slides (with presenters notes included) from January 23 2008 MSDN Webcast
    Posted to VSTA Documents (FileGallery) by gary on January 29, 2008
  • Non-proxiable Types: A Deeper Look

    One of the most common questions we see when someone begins an integration is why can't System.Windows.Forms and objects derived from that class be exposed to add-ins.  Our typical answer is that System.Winows.Forms is not serializable and only serializable objects can pass through (or be exposed through) the proxy layer.  The SDK for ...
    Posted to Melody's VSTA Blog (Weblog) by Melody on December 11, 2007
  • ProxyGen v 1 Issues addressed in ProxyGen v 2 CTP Release

    This is an open invitation to submit quesitons or issues from ProxyGen v 1 to be addressed.  Please see our ProxyGen v 2 CTP Release Supplement for issues already addressed. If you are interested in getting access to the CTP, see the following post    
    Posted to VSTA Tech Discussions (Forum) by Melody on December 6, 2007
  • ProxyGen v 2 CTP Release: Version 1 Issues Status Update

    Based on the SDK and our testing of the CTP release version of ProxyGen v 2, here are our finding.  For additional informatoin on ProxyGen v 2 CTP release please see our ProxyGen v 2 CTP Release Supplement.  If there are other version 1 issues you would like addressed, please let me know (submit questions on the forum). If you are ...
    Posted to Melody's VSTA Blog (Weblog) by Melody on December 6, 2007
  • VSTA 2.0

        After listening in on the VSTA 2.0 webcast a while back, I asked the question if it would be possible to see a list of all improvements in Proxygen for the 2.0 release. The speaker said that they absolutely could make that list public. So, now I ask, where would I look to find that list? :) Now, I understood that VSTA 2.0 ...
    Posted to VSTA Tech Discussions (Forum) by Henrik on October 11, 2007
  • Re: Getting an existing method from VSTA, then updating it

    John, Are you using the full namespace for the declaration (System.ComponentModel.Design.IDesignerHost)? I am able to do this without adding any references or using/import statements.  If using the full namespace doesn’t work (which I hope it does!) I did find examples of how to use this in both the SDK and some on-line articles.  ...
    Posted to VSTA Tech Discussions (Forum) by Melody on June 22, 2007
  • Re: Using types from System.Windows.Forms as arguments

    Bjorn,                 System.Windows.Forms.Form is not serializable- therefore cannot be used in the proxy layer.  System.Drawing.Graphics; however, should be okay, as you saw in the ShapeAppAdvancedCSharp sample.  More basic types like System.String will also ...
    Posted to VSTA Tech Discussions (Forum) by Melody on June 19, 2007
  • Re: Console applications

    Eli,    Here is C++ console sample (ftp://ftp.summsoft.com/vsta/COMClientVAOv2.zip).  Make sure that you set up the directories as instructed in the ReadMe.  If you have any questions or problems please let me know. Thanks,    -Melody    
    Posted to VSTA Tech Discussions (Forum) by Melody on June 12, 2007
  • Re: Console applications

    Eli,    Yes, VSTA may be integrated into unmanaged console applications.  Check out our COMClient example, for a simple VB6 console integration example.  For a C# console example check out our updated TestCon example.  I hope this helps, please let me know if you have any questions. Thanks, -Melody  
    Posted to VSTA Tech Discussions (Forum) by Melody on June 12, 2007