Coding complex interface among several people

  • Thread starter Thread starter Peter
  • Start date Start date
P

Peter

Hi,

I have a project which has a very complex main interface,whose controls will
be located in more than 10 layers of containers. How should we do to make
every one do their work side by side? Is it a proper way to create MDI form?

Thanks for any response,

Peter
 
I have a project which has a very complex main interface,whose
controls will be located in more than 10 layers of containers. How
should we do to make every one do their work side by side? Is it a
proper way to create MDI form?

What do you mean side-by-side work? As in concurrent development? Or
display the data side-by-side?
 
Back
Top