separate sub-applications in form?

bluep651

Member
Joined
Feb 16, 2009
Messages
7
Programming Experience
Beginner
I want to write a program that works in a similar way to outlook and many others, ie. a selection strip on the left hand side and then different functionality on the right hand side depending on selection. I can do this in one big program,but for ease of maintenance would like to be able to have one program with the selection bar in which contains seperate 'programs' for the right side functionality, so that changes to the right side functionality can be implemented by distributing one file while the 'container program' is unchanged. Is the best way to do this to use dlls for the right side functionality, or is there a better way ?

TIA
 
Back
Top