All Tags » macro » vsta (RSS)

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • Re: How to Call Macros with Parameters from host?

    Pir Qaiser, This is pretty straight forward. Instead of passing in null or nothing for the object array of parameters, pass the parameters packaged into an array of objects. Here is an updated ExecuteMacroInternal method which works with the Macro1 below. Hope this helps, please let me know if you have...
    Posted to VSTA Tech Discussions (Forum) by Melody on 12-18-2008
  • Re: Any easy way to add a macro sub into the IDE programmatically?

    Pi Qaiser, This code is for C# projects. Because VB uses an implicit or default namespace while C# uses only explicit namespaces the namespace code element is never encountered. Instead you can add the class to the model through model.AddClass(). Here is some code that works for a VB project. Please...
    Posted to VSTA Tech Discussions (Forum) by Melody on 12-15-2008
  • Determining the Build Path of a Project

    In seamless non-destructive debugging scenarios (macro recording and running) the host application must keep track of the latest version of the “macro” project assembly. The IDE offers the user many opportunities to change settings like the active configuration or the output path which can make it difficult...
    Posted to Melody's VSTA Blog (Weblog) by Melody on 06-13-2008
Page 1 of 1 (3 items)
Copyright Summit Software Company, 2008. All rights reserved.