Day: December 24, 2007

  • C# plug-ins continued — Interacting with one’s hosted application

    Example Project Source: PluginProject.zip Because I’ve been doing a lot of work with MarcEdit and plug-ins, I thought I’d post some sample code for anyone interested in how this might work.  Essentially, the sample project includes 3 parts — a host application, a set of Interfaces and a Shared library.  Making this work requires a…