Browse Site by Tags

Showing related tags and posts accross the entire site.
  • Re: Possible issue with VSTA

    Goyalmayank, This is because delegates with more than 4 parameters are not supported. To get around this you may want to consider using something like the point structs in the ShapeAppSamples for the StartX/Y and NextX/Y cooridinates. Proxies for Managed Assemblies Delegates ProxyGen.exe generates a...
    Posted to VSTA Tech Discussions (Forum) by Melody on 10-20-2008
  • 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
  • Events in VSTA Part III: Hooking and Unhooking to Events in Add-ins

    Events exposed through VSTA can be easily hooked into by add-ins. Like Visual Studio, VSTA automates hooking into events in both C# and Visual Basic. Unfortunately unhooking the events is not automated, but should be done explicitly prior to the add-in unloading. This may be somewhat confusing to the...
    Posted to Melody's VSTA Blog (Weblog) by Melody on 05-08-2008
Page 1 of 1 (3 items)
Copyright Summit Software Company, 2008. All rights reserved.