Click to See Complete Forum and Search --> : Document/View/Frame


Phil F
September 5th, 2002, 05:13 PM
The Document/View framework of VC++ added structure and commonality to programs. I am reading about C# now and it is not mentioned.

Is this type of framework gone?

Arild Fines
September 6th, 2002, 06:04 AM
Yes, it's gone. Windows Forms is merely a GUI toolkit, it is not an application framework.

Phil F
September 6th, 2002, 11:06 AM
Thank you for your reply.

Is there an addon available to generate a common framework?
Has MS released an article explaining this. If we have a team of people developing X number of applications, I would like as much commonality as possible. Am I just too old school? There must still be a defined process for applictions to get messages from the Windows Message pump?