Showing related tags and posts accross the entire site.
-
My name is Bill, and I am an integration newbie. The purpose of my blog is to chronicle my experiences as I work to integrate Visual Studio Tools for Applications into my own program. Hopefully, this will help other programmers get started with VSTA integration. The purpose of the sample in this particular...
-
Please try this C++/COM/C# sample for VSTA 2.0 on how to: --load/unload different macro addins/projects --'show macros' whether the assembly is loaded in memory or not (ReflectionOnly). Sample demonstrates: 1. 'Load VCF' loading and unloading macro addins and their projects from a single...
-
Macro storage and deployment investigation sample · Demonstrates a clean way to create, load, save and unload VSTA projects, and built assemblies, from/to a single .VCF (VSTA Cab file) compressed file store located in any user-accessible folder on the local hard drive. · Native C++, VSTA-enabled, sample...
-
InstallShield 12 Project to demonstrate installation of VSTA with ShapeApp Sample.
-
Introduction: TestCon is a good integration example to start with, especially if you are not an expert at Visual Studio. In the TestCon_QuickStart document, each procedure has step by step instructions on how to execute them in Visual Studio so there is very little chance of getting lost in the interface...
-
This zip folder contains the samples referenced in Tom Quinn's blog post on VSTA and Generics. See my blog post for the accompanying link to the original post.