Sign in
Join
Home
Products
Blogs
Forums
Downloads
About Us
Contact
VSTA Q & A Blog
»
All Tags
»
macro
(
RSS
)
Browse by Tags
VSTA Q & A Blog
Home
Syndication
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Recent Posts
Multiple thread problem in VSTA
How to enable In-Process Debugging
VSTA: Add-ins, Macros, Debugging, and Integration Questions
"Automating SolidWorks 2009 Using Macros"
C++/COM/C# Sample
Tags
add-in
AppAddIn
C#
c++
class
com
debugging
DTE
IDE
language
macro
method
OMAgent
PIA
ProjectGen
proxy
Proxygen
shapeapp
template
VB
VBA
Visual Studio 2005
Visual Studio 2008
VSTA
x64
View more
Archives
July 2009 (3)
June 2009 (28)
May 2009 (47)
add-in
C#
c++
com
debugging
Integration
sample
thread
VBA
VSTA
Multiple thread problem in VSTA
Q : Here is a question about VSTA multi threads. I have a function to create a new project file. It works fine when I just run the line of code in VSTA. But it failed when debugging. I looked into it and found no difference except for the executing thread...
Published
Mon, Jun 06 2009 8:31 AM
by
BillL
Filed under:
VSTA
,
add-in
,
macro
,
thread
How to enable In-Process Debugging
These are the steps to enable in-process debugging in ShapeAppMacroRecording sample’s VstaDesignTimeIntegration class: 1. private int currentProcessID; internal void Connect(Application hostApplication) { currentProcessID = System.Diagnostics.Process...
Published
Wed, Jun 06 2009 9:08 AM
by
BillL
Filed under:
VSTA
,
add-in
,
macro
,
debugging
VSTA: Add-ins, Macros, Debugging, and Integration Questions
Q : I have a couple of questions that I hope you can answer: 1) It seems that any time the VSTA documentation discusses running end-user-code, it refers to that user code as an “addin,” even if that code comes from a macro recording. Therefore...
Published
Fri, May 05 2009 8:28 AM
by
BillL
Filed under:
VSTA
,
add-in
,
VBA
,
Integration
,
macro
,
debugging
"Automating SolidWorks 2009 Using Macros"
Automating SolidWorks 2009 Using Macros, by Mike Spens " Visual Studio Tool for Applications Tutorial for SolidWorks users Using the Visual Basic.NET Language"
Published
Tue, May 05 2009 1:38 PM
by
BillL
Filed under:
VSTA
,
macro
C++/COM/C# Sample
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...
Published
Tue, May 05 2009 12:47 PM
by
BillL
Filed under:
C#
,
c++
,
com
,
sample
,
macro
Copyright Summit Software Company, 2008. All rights reserved.