|
|
|
|
Goto page 1 2 3
Here's the information how you can develop your own plugin for MODI.
What do you need?
In order to develop your own plugin, you must:
- Know how to write Microsoft .NET application, i.e. you must be able to write C#, VB .NET, or managed C++
- Have an IDE. If you need one, I suggest Sharp Develop. It is awesome, and totally free.
Start your development
Here is the summary how to write your plugin
- Open the IDE. Create a new project using class library template.
- Copy the file Plugin.dll from MODI application to any location. Then add this to your project reference using .NET Assembly Browser. Additionally add all of the required references.
|
|
|
|