All Tags » generics (RSS)

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • Updated EventSample with EntryPoint Generic Event Handling

    There is a new sample up demonstrating generic event handling in entry point classes. Click here to download EventSample VB v2.1 – Exposing Generic Events in Entry Point Classes Excerpt from EventSample VB v2.1 EventHandlerT in EntryPoint Classes.doc: At this time there is no direct way to expose...
    Posted to Melody's VSTA Blog (Weblog) by Melody on 10-08-2008
  • EventSample VB v2.1 – Exposing Generic Events in Entry Point classes

    At this time there is no direct way to expose an EventHandler<T> in the host to VSTA add-ins. This sample uses a workaround which involves using non-generic event handling between the host and proxy, and generic event handling between the proxy and add-in. This is accomplished by raising the non...
    Posted to VSTA Samples (MediaGallery) by Melody on 10-08-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...
    Posted to VSTA Samples (MediaGallery) by Melody on 08-24-2007
  • VSTA and Generics Sample

    This zip folder contains the samples referenced in Tom Quinn's blog post on VSTA and Generics. See my blog post for the accompanying link to the original post.
    Posted to VSTA Samples (MediaGallery) by dschneid on 12-07-2006
  • VSTA and Generics

    Over the course of the past few months, one of the biggest questions we have addressed from potential VSTA licensees is the following: "Does VSTA support generics?" While support for generics is limited in the current release of VSTA, a workaround exists. Thomas Quinn, the architect on the team in the...
    Posted to Dave's Blog (Weblog) by dschneid on 12-07-2006
Page 1 of 1 (5 items)
Copyright Summit Software Company, 2008. All rights reserved.