Hi,
I'm working on an application that i want to allow to add some features later with plugins.
Its an client - server application, for the server i allready figured out to use plugins without restarting or changing anything to the server application.
For the clients it's little harder cause it also needs a graphic interface for the client.
Now the client application uses a tabcontrol for filling in the requested data.
The plugin should be able to add an extra tabpage to the tabcontrol with the new form in it.
Greets Nightmare
