Hello guys,

I am trying to figure out an easy way to add custom plugins for the app for additional features, without people having to download a whole new update each time.


either by DLL? or what?

Any ideas would be great.

i guess the way i'd want it to work is,

the program will auto detect the plugin file. Then, add's a specific value to either a button array, or add's a picture, etc.

Once that button is clicked, it will open a new form designed the way i want it. from within the plugin itself.

So its a module.


What would be the easiest way to do this?