05-30-2011, 09:15 AM
Hey PsychicShadow!
First of all, welcome to the forums. I hope you enjoy your stay!
I'm pretty sure that in order to do this you need to update the whole project. But then you run into the problem where you can't have multiple apps installed at once due to the fact that you are writing over the project...
I've tried to do something very similar to this in the past with plugins, but I couldn't seem to get it working. So I don't really know how to approach this.
What you can do, is make a .dll control for each program, and have the application make a form programmatically for each .dll in its directory, if you know what I'm saying.
First of all, welcome to the forums. I hope you enjoy your stay!
I'm pretty sure that in order to do this you need to update the whole project. But then you run into the problem where you can't have multiple apps installed at once due to the fact that you are writing over the project...
I've tried to do something very similar to this in the past with plugins, but I couldn't seem to get it working. So I don't really know how to approach this.
What you can do, is make a .dll control for each program, and have the application make a form programmatically for each .dll in its directory, if you know what I'm saying.