Click here to Skip to main content
15,909,939 members

Survey Results

Would you like to see MFC ported to .NET?   [Edit]

Survey period: 25 Apr 2005 to 1 May 2005

There's a lot of MFC code and expertise around, but does it make sense to port MFC to .NET?

OptionVotes% 
Yes44631.21
No62944.02
Undecided1137.91
Don't care24116.86



 
GeneralWindows Forms is the .NET replacement for MFC!! Pin
Lizandro Campbell29-Apr-05 12:58
professionalLizandro Campbell29-Apr-05 12:58 
GeneralRe: Windows Forms is the .NET replacement for MFC!! Pin
Anonymous30-Apr-05 4:55
Anonymous30-Apr-05 4:55 
GeneralRe: Windows Forms is the .NET replacement for MFC!! Pin
Chin Chew Ching3-May-05 15:53
Chin Chew Ching3-May-05 15:53 
GeneralI wonder... Pin
Jeremy Falcon28-Apr-05 15:26
professionalJeremy Falcon28-Apr-05 15:26 
GeneralRe: I wonder... Pin
blackmarlon30-Apr-05 3:55
sussblackmarlon30-Apr-05 3:55 
GeneralRe: I wonder... Pin
Jeremy Falcon30-Apr-05 6:21
professionalJeremy Falcon30-Apr-05 6:21 
GeneralRe: I wonder... Pin
Cuervo3-May-05 14:26
Cuervo3-May-05 14:26 
GeneralNo way.. Pin
tom_dx28-Apr-05 4:29
tom_dx28-Apr-05 4:29 
GeneralRe: No way.. Pin
Jeremy Falcon28-Apr-05 15:39
professionalJeremy Falcon28-Apr-05 15:39 
GeneralDont care. Pin
Prakash Nadar27-Apr-05 2:42
Prakash Nadar27-Apr-05 2:42 
GeneralRe: Dont care. Pin
diilbert27-Apr-05 15:13
diilbert27-Apr-05 15:13 
GeneralRe: Dont care. Pin
Jeremy Falcon28-Apr-05 15:30
professionalJeremy Falcon28-Apr-05 15:30 
GeneralRe: Dont care. Pin
diilbert28-Apr-05 23:07
diilbert28-Apr-05 23:07 
GeneralRe: Dont care. Pin
Anonymous30-Apr-05 5:01
Anonymous30-Apr-05 5:01 
GeneralRe: Dont care. Pin
Jeremy Falcon30-Apr-05 6:19
professionalJeremy Falcon30-Apr-05 6:19 
GeneralI think this is a political question Pin
Don Clugston26-Apr-05 20:05
Don Clugston26-Apr-05 20:05 
GeneralRe: I think this is a political question Pin
Jeremy Falcon28-Apr-05 15:27
professionalJeremy Falcon28-Apr-05 15:27 
GeneralWhat does it mean? Pin
Alvaro Mendez26-Apr-05 15:00
Alvaro Mendez26-Apr-05 15:00 
GeneralNo Pin
PJ Arends26-Apr-05 12:50
professionalPJ Arends26-Apr-05 12:50 
GeneralMFC is closer to the windows OS Pin
BadKarma25-Apr-05 22:55
BadKarma25-Apr-05 22:55 
While it’s true that .net provides an easier (faster, better) way to start programming an application, it enlarges the gap to Windows. By this I mean that Windows still runs (poorly, slowly, ...Big Grin | :-D ) on native C code. The .Net library structure still needs to convert its methods to a win32 call. This will continue to happen until M$ decides to create a new OS with .Net as it base technology, like WinNT, Win2000 who didn't use the DOS kernel to run on.

If M$ want us to use the new .net controls they should make it better (read: do not make me write code to implement standard windows/win32 behavior).
An example is the number-only edit control supported by the win32 OS. With MFC one can easily check this option to implement this. It is also possible to do this in .net but M$ has forgotten to implement this. This is just one example, but there are many situation where the need thrives to implement a forgotten feature with the use of a win32 dll call, just like we all did when we programmed in VB (before .net).

There wouldn’t be a need to support the MFC to .net if the controls it offers could at least do the same thingSmile | :)

codito ergo sum
GeneralRe: MFC is closer to the windows OS Pin
NormDroid25-Apr-05 23:58
professionalNormDroid25-Apr-05 23:58 
GeneralRe: MFC is closer to the windows OS Pin
Tim Stubbs26-Apr-05 5:01
Tim Stubbs26-Apr-05 5:01 
GeneralRe: MFC is closer to the windows OS Pin
Anonymous26-Apr-05 6:39
Anonymous26-Apr-05 6:39 
GeneralRe: MFC is closer to the windows OS Pin
Tim Stubbs26-Apr-05 6:42
Tim Stubbs26-Apr-05 6:42 
GeneralRe: MFC is closer to the windows OS Pin
NormDroid26-Apr-05 21:03
professionalNormDroid26-Apr-05 21:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.