Browse Forum Posts by Tags
-
Hello I have tried you ShapeAppBasicMFCWithOMAgent sample and used is as a template for my own project. This is very nice thanks. However the sample does not support non-destructive debugging which I would like to add, unless there is a sample including this? Anyway I have tried to follow the ' How...
-
Hello I 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...
-
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
-
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...
-
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...
-
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 work. The KeyNotFoundException is usually indicative of a...
-
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
-
Eli, Yes, VSTA may be integrated into unmanaged console applications. Check out our COMClient example , for a simple VB6 console integration example. For a C# console example check out our updated TestCon example . I hope this helps, please let me know if you have any questions. Thanks, -Melody