dll help!!

knappster

Active member
Joined
Nov 13, 2006
Messages
42
Programming Experience
Beginner
Hi,
I have a windows program already written that has a base windows form called Mainscreen and about 15 other forms that are all either called from Mainscreen or from one of the other forms. I've been looking into ways of how to deploy this with the easiest way of supplying updates, and have decided on splitting the project's forms up into .dlls so that I can just update individual ones. However, what's the best way of going about this as if I split the forms up they won't know about each other when wanting to call another form and so will throw up errors when compiling them as a dll?
Cheers.
 
Back
Top