How can I 'divide' an application with many Controls

  • Thread starter Thread starter Action
  • Start date Start date
A

Action

e.g.
I tried to write the Visual Studio myself, which has many tool bars /
Document / etc.....
How should I start?
e.g.
1. Create one Winform and put all the components to it
2. Create 'some' Control containers and put components to it and then put
all the Control containers to a Winform
3. Any others?
 
Hello,

Action said:
I tried to write the Visual Studio myself, which has many tool bars /
Document / etc.....

LOL. Microsoft needed some years and hundreds of developers (I think) to
develop an application like VS.NET.
How should I start?
e.g.
1. Create one Winform and put all the components to it
2. Create 'some' Control containers and put components to it and then put
all the Control containers to a Winform
3. Any others?

Do you really want to do that _alone_?
 
Sorry, no...I don't really want to write it alone....
I just want to know the big picture of developing a really 'big'
application...
coz i really have no idea on it....
 
Hi,
I just want to know the big picture of developing a really 'big'
application...

So you want to know how to start a large scale project? I'd follow the two
step plan:

1) Start small
2) Grow bigger

-- Pete
 
Back
Top