breaking up a large program [RESOLVED]
I have this project ive been working on for several month. It' become so huge now that when switching from designer to code views, it takes an entire minute to refresh itself. This is largely because of the 700 or so controls.
The program is simply a bunch of tabs that (mostly) work independantly from each other. Is it possible and is it desireable to take each tab page, create a seperate project from that and somehow insert that into the main project's tab control?
is it possible to compile each of those projects as a dll and just use that as a 'control'?
any advice would be greatly appreciated.