Click here to Skip to main content
16,005,316 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Erasing Button Edge lines ? Pin
Sakthiu11-Feb-07 23:24
Sakthiu11-Feb-07 23:24 
GeneralRe: Erasing Button Edge lines ? Pin
Naveen11-Feb-07 23:32
Naveen11-Feb-07 23:32 
GeneralRe: Erasing Button Edge lines ? Pin
Hamid_RT12-Feb-07 7:04
Hamid_RT12-Feb-07 7:04 
QuestionMFC bad? Win 32 good? C#, .NET and other questions Pin
ldsdbomber11-Feb-07 23:14
ldsdbomber11-Feb-07 23:14 
AnswerRe: MFC bad? Win 32 good? C#, .NET and other questions Pin
benjymous11-Feb-07 23:30
benjymous11-Feb-07 23:30 
AnswerRe: MFC bad? Win 32 good? C#, .NET and other questions Pin
Cedric Moonen11-Feb-07 23:32
Cedric Moonen11-Feb-07 23:32 
AnswerRe: MFC bad? Win 32 good? C#, .NET and other questions Pin
Arman S.12-Feb-07 0:07
Arman S.12-Feb-07 0:07 
AnswerRe: MFC bad? Win 32 good? C#, .NET and other questions Pin
Eytukan12-Feb-07 0:58
Eytukan12-Feb-07 0:58 
People call MFC bad sometimes because you cannot say it's one of the best Frameworks ever built. It's not perfectly planned. Moreover it's a just wrapper around the Win32 API. If you can do everything so easily(if you so proficient) using Win32 SDK , you can very well write your own classes around and use it. Anyway it's going to take more time than doing by MFC. When you compare MFC with .net you'd rather call MFC as a shortcut to Win32 SDK. .Net is quite robust. A fully planned framework. Even it's going to make API calls underground but the difficulty is completely abstracted to the programmer. The big catch in .net is that it compiles to IL rather than the native machine code. The CLR (the .net runtime) *manages* the IL very well and executes it properly. In short, if you program using .net , your application would be completely controlled & protected by the CLR. that's cool.





Dario: How is "directory" in French? (I mean a file system directory).
John Simmons: "zee file holdaire thingie"

Questionintercepting the message loop Pin
ldsdbomber11-Feb-07 23:01
ldsdbomber11-Feb-07 23:01 
AnswerRe: intercepting the message loop Pin
benjymous11-Feb-07 23:24
benjymous11-Feb-07 23:24 
AnswerRe: intercepting the message loop Pin
Eytukan12-Feb-07 0:00
Eytukan12-Feb-07 0:00 
QuestionStyle/method question regarding dialog updates/calcs Pin
ldsdbomber11-Feb-07 22:53
ldsdbomber11-Feb-07 22:53 
AnswerRe: Style/method question regarding dialog updates/calcs Pin
Naveen11-Feb-07 23:19
Naveen11-Feb-07 23:19 
AnswerRe: Style/method question regarding dialog updates/calcs Pin
jhwurmbach11-Feb-07 23:20
jhwurmbach11-Feb-07 23:20 
QuestionShellExecute Pin
si_6911-Feb-07 22:37
si_6911-Feb-07 22:37 
AnswerRe: ShellExecute Pin
Eytukan11-Feb-07 22:52
Eytukan11-Feb-07 22:52 
AnswerRe: ShellExecute Pin
si_6912-Feb-07 1:11
si_6912-Feb-07 1:11 
AnswerRe: ShellExecute Pin
David Crow12-Feb-07 2:36
David Crow12-Feb-07 2:36 
QuestionSelecting polygons Pin
m.dietz11-Feb-07 22:20
m.dietz11-Feb-07 22:20 
AnswerRe: Selecting polygons Pin
Cedric Moonen11-Feb-07 23:11
Cedric Moonen11-Feb-07 23:11 
AnswerRe: Selecting polygons Pin
beko11-Feb-07 23:43
beko11-Feb-07 23:43 
GeneralRe: Selecting polygons Pin
m.dietz12-Feb-07 1:02
m.dietz12-Feb-07 1:02 
AnswerRe: Selecting polygons Pin
Mark Salsbery12-Feb-07 6:43
Mark Salsbery12-Feb-07 6:43 
QuestionNow, how to delete? Pin
Astricks11-Feb-07 22:06
Astricks11-Feb-07 22:06 
AnswerRe: Now, how to delete? [modified] Pin
jhwurmbach11-Feb-07 22:27
jhwurmbach11-Feb-07 22:27 

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.