You are not signed in
Sign in
|
Join
Help
Summit Software
Home
Products
Blogs
Forums
Downloads
About Us
Contact Us
in
Current Tags
(Entire Site)
Search
Browse by Tags
All Tags
»
VSTA 2.0
addin (1)
add-in (1)
cross-thread operation (1)
GAC (2)
HostItemProvider (1)
HostTypeMapProvider (2)
MSDN (1)
MSDN Webcast (3)
Out of process debugger (1)
ProjectGen (2)
Proxy (2)
ProxyGen (6)
ProxyGen v 2 (3)
Side by Side (1)
Slides (1)
thread safe (1)
UI Extensibility (1)
VB.Net (2)
VB6 (1)
VBA (1)
Visual Basic 6.0 (1)
Visual Studio 2005 (1)
VS05 (1)
VSTA 1 (1)
VSTA 1.0 (2)
VSTA Integration (5)
VSTA SDK v 2 (1)
VSTA v 2 CTP SDK (2)
Webcast (1)
Workaround (1)
WPF Add-in (1)
WPF Sample (2)
Showing page
1
of
2
(
17
total posts)
MyApp VB6 sample demonstrating VSTA v 2 integration
The walkthrough and accompanying application demonstrate a complete VSTA v 2 integration into a VB6 application. The application both as a standalone, and VBA6 side-by-side version are included with this sample.This sample is based off the MyApp VB6 sample demonstrating VSTA v 1 integration sample. The most notable difference ...
HostItemProvider item templates for VSTA v 2
There are now item templates available for the VSTA v 2 HostItemProvider in C# and VB.Net. These templates are compatible with Visual Studio 2005 and 2008. To use these templates: 1) Copy the zip files into %Program Files%\Microsoft Visual Studio %version%\Common7\IDE\ItemTemplates\[CSharp,VB.Net]\1033 . 2) Run devenv ...
HostTypeMapProvider in VB.Net
ProxyGen outputs the Proxy and HostTypeMapProvider files in C#. For anyone interested in using a VB.Net HostTypeMapProvider, here is a download to help with this. Included in this download: Template- the template is a HostTypeMapProvider in VB.Net without types. Macro- translates C# ...
HostTypeMapProvider in VB.Net
ProxyGen outputs the Proxy and HostTypeMapProvider files in C#. For anyone interested in using a VB.Net HostTypeMapProvider, there is a HostTypeMapProvider in VB.Net download available to help with this. The download includes a template and macro. The template is a VB.Net version of the HostTypeMapProvider without ...
InvalidOperationException: Cross-thread operation not valid: Control 'ShapeAppForm' accessed from a thread other than the thread it was created on.
I created this macro in SDK sample Shapeappmacrorecordingcsharp and built it: public void Macro3() { this.Visible = false;//<=set break point ...
Visual Studio 2005 VSTA v 2 Proxy Fix
Overview: The VSTA v 2 ProxyGen tool creates proxy files designed to work with the updated C# compiler in Visual Studio 2008. It is possible to modify this file to compile with Visual Studio 2005 and we offer a Visual Studio macro to automate these changes. Attached macro: The zip file attached includes all the macro code ...
How to Integrate VSTA 2.0 (01/23/08 MSDN Webcast)
MSDN Webcast: How to Integrate Visual Studio Tools for Applications 2.0 (Level 200) Event ID: 1032362710 Webcast: here Slides (with presenter's notes): here Demo Source: WPF Addin - here Integration Walkthrough - here
How To Integrate VSTA 2.0 PowerPoint Slides from MSDN Webcast
PowerPoint Slides (with presenters notes included) from January 23 2008 MSDN Webcast
ExpenseIT UI Extensibility Demo
ExpenseIT is an MSDN WPF application sample This sample was presented in the MSDN Webcast 1/23/08 (How to integrate VSTA 2.0) It illustrates a minimal VSTA integration (load addins) and UI Extensibility (add WPF Add-in to ExpenseIT's MainWindow)
ExpenseIT VSTA Integration Demo Source from MSDN Webcast
ExpenseITStandalone is a WPF application sample available from MSDN. VSTA is integrated into this sample. At present, the OOP macro debugging isn't working correctly.
1
2
Next >