Browse by Tags

All Tags » form
  • Re: Compile-time error in generated proxy[.cs]

    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 type will only work if those ...
    Posted to VSTA Tech Discussions (Forum) by Melody on June 24, 2008
  • EventSample- Common tasks in VSTA v 1 exposed.

    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 sample available at ...
    Posted to VSTA Samples (FileGallery) by Melody on August 24, 2007