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 Integration
add-in (1)
Autodesk Revit (1)
C+ (1)
ComClient easy (1)
ComConnector (1)
IDesignerHost (1)
KeyNotFound (1)
MSDN Webcast (1)
ProxyGen (4)
ProxyGen v 2 (3)
Slides (1)
unmanaged console (2)
VSTA (2)
VSTA 2.0 (5)
VSTA SDK v 2 (1)
VSTA v 2 CTP SDK (2)
Showing page
1
of
2
(
11
total posts)
ComClient easy integration crash at shutdown
HelloI am new to VSTA and have downloaded the 'COMClient easy integration - using generic COMProxy and VAO' sample and am trying it out. Wow it takes a lot of complicated setup just to get VSTA and the sample running. I must admit that my knowledge of managed code is rather limited, that is why I am using the sample, and concentrating on the COM ...
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 ...
How To Integrate VSTA 2.0 PowerPoint Slides from MSDN Webcast
PowerPoint Slides (with presenters notes included) from January 23 2008 MSDN Webcast
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 ...
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
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 ...
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 ...
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. ...
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 ...
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
1
2
Next >