Showing related tags and posts accross the entire site.
-
Igor, Thanks for checking out VSTA. The problem is you are generation a proxy for a class which uses an external base class (frmMain : System.Windows.Forms.Form). When you generated the proxy file the following warning probably came up: ProxyGen.exe Warning: 0 : Warning: Using an external type as a base...
-
Overview: This sample is intended to expose several common tasks in VSTA v 1, including: declaring an object, using and manipulating a form, handling form events and event args, and generic event handling. The generic event handling in this sample is similar to Tom Quinn’s ShapeAppAdvancedCSharpGenerics...