I want to develop a plug-in API for one of my VB.net applications.
Does anyone knows a easy an detailed tutorial for solving my problem or coluld someone explain how to write an application plug-in Interface
I want to develop a plug-in API for one of my VB.net applications.
Does anyone knows a easy an detailed tutorial for solving my problem or coluld someone explain how to write an application plug-in Interface
S_A_S wrote:
What does "VSTA" exactly mean
S_A_S,
I hope the following article can help you with developing a Plugin API in .NET Application. The sample code in written in C#, however, I hope you are able to get the answer from the article:
Let Users Add Functionality to Your .NET Applications with Macros and Plug-Ins
http://msdn.microsoft.com/msdnmag/issues/03/10/Plug-Ins/
Most user applications benefit from the ability to be extended by other developers. It's often easier and more efficient to extend an existing application that users are already familiar with and trained on than it is to develop one from scratch. Thus, extensibility makes your application more attractive. You can build extensibility into your application by supporting features like plug-ins or macros. This is easily accomplished using the .NET Framework even if the core application isn't a .NET Framework app. In this article, the author describes extensibility features of the .NET Framework including late binding and reflection and how to use them, along with plug-in security considerations.