[.net] Create a window with MFC or .Net

Started by
3 comments, last by akira32 16 years ago
I want to create a window like MFC SDI. MFC or .Net which is better to create the window? I had used MFC for four years. But I see the number of control in .Net is large than the MFC. [Edited by - akira32 on April 2, 2008 8:37:19 AM]
akira32 編程之家 Yahoohttp://tw.myblog.yahoo.com/akira32-akira32
Advertisement
.Net is much easier then MFC for most things.

theTroll
Yes there are more controls with .NET however I remain strongly skeptical if you can do things with .NET you can normally do with MFC.
For example ,it was impossible to add a splitter control with VB6 unless you used an Active X control....so how splitters views and controls are managed with a form programed with .NET ?
And the MFC team has added more control with the latest version of Visual C++ ( 2008 )
Might want to look up the SplitContainer class. Very easy to use.

theTroll
Could somebody suggest me some books about .Net UI with C++?

[Edited by - akira32 on April 3, 2008 5:25:20 AM]
akira32 編程之家 Yahoohttp://tw.myblog.yahoo.com/akira32-akira32

This topic is closed to new replies.

Advertisement