View Single Post
Old 2005-01-11, 14:03   #2 (permalink)
samuel337
Portal Member
 
Join Date: Aug 2004
Location: Melbourne, Australia
Posts: 773
Thanks: 0
Thanked 0 Times in 0 Posts


Default

It definitely is possible to make plugins using VB.NET. There is a tutorial available, but it only tells you how to implement the ISetupForm interface that registers your plugin with the configuration utility.

If you want to create a Non-GUI plugin, you will have to implement the IPlugin interface.

The best thing to do is to download the source code, and read through it (its difficult at first because its C#, but it gets easier over time, once you understand the language - the main difference is that they've replaced most of the keywords in VB with symbols like {} ).

In particular, check out the WindowPlugins and ProcessPlugins projects as they contain code for the existing plugins.

Sam
samuel337 is offline   Reply With Quote