Like what Cerebrus said, you need to organize the code into tiers to make the code manageable; You may also want to apply the Model-View-Controller (MVC) pattern like what we used to do in Java.
Benj On Jun 18, 6:59 pm, airwot4 <[email protected]> wrote: > I have a Windows Forms application where everything is current stored > in one form and a tabcontrol is used to provide the bulk of the UI. > Currently the code is all in one file and is becoming unmanagable. > What approaches could I take to consolidate it?
