Partitioning Multi Windows Application

sven

New member
Joined
Jun 9, 2003
Messages
1
I want to partition a large GUI Application into several assemblies. Some of the Sub-Windows should be reused by other applications. Is it a good style to place forms in a .NET class library or are there other possibilities?
 
Yes, you can use Inheriting Forms, I have an app, with an exe and 17 dlls... so that will be a good idea.
 
Back
Top