This is an Example Addin Library and Supporting Help XML File for Phrogram, this will allow you to start building your own Phrogram Addin Libraries if you are an advanced user and have a basic understanding of C# and have VS2005 installed on your PC.
This is a Visual Studio 2005 C# version of a Phrogram Addin library that adds a simple Windows Yes/No Dialog Box to Phrogram, it is a very basic example of how the Phrogram Addin Architecture works.
I added a lot of comments and information about how to add to it in the Phrogram.ExampleAddin.CS file and the ReadMe.txt file
Note: To modify this library you must have Visual studio 2005 installed on your PC, you must have a bit of knowledge about C# and XML.
This is for those of you that want to take your Phrogram Programs to a place no one else has been
FYI: This is an unsupported example of the Phrgram Addin SDK so please try your best to understand what is there on your own.
The zip file contains a VS 2005 Solution with all the files you need to build the Phrogram.ExampleAddin.dll.
NOTE: you will need to point to the KPL.Extensibility.DLL in the Phrogram Install directory on your PC for the Reference to KPL.Extensibility.
Walt