Click here to Skip to main content
16,011,120 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: which one is better? Pin
toxcct4-Aug-05 22:48
toxcct4-Aug-05 22:48 
GeneralRe: which one is better? Pin
Gary R. Wheeler5-Aug-05 15:54
Gary R. Wheeler5-Aug-05 15:54 
AnswerRe: which one is better? Pin
Marc Soleda4-Aug-05 22:54
Marc Soleda4-Aug-05 22:54 
GeneralRe: which one is better? Pin
Smith#4-Aug-05 23:45
Smith#4-Aug-05 23:45 
AnswerRe: which one is better? Pin
Pradyumna Gogte4-Aug-05 23:57
Pradyumna Gogte4-Aug-05 23:57 
GeneralRe: which one is better? Pin
Bob Stanneveld5-Aug-05 0:46
Bob Stanneveld5-Aug-05 0:46 
GeneralRe: which one is better? Pin
Pradyumna Gogte5-Aug-05 2:11
Pradyumna Gogte5-Aug-05 2:11 
GeneralRe: which one is better? Pin
Bob Stanneveld5-Aug-05 3:43
Bob Stanneveld5-Aug-05 3:43 
If you realize that only 10% of your code is used 90% of the time leaves you 90% of your code that is used almost never. Believing this, most of your controls are almost never used. If I would use your method and write GetDlgItem() code, I would be better off writing pure C windows applications, simply because it would make more sense.

The control variable method on the contrary, fits perfectly in the MFC. Thats one part of the MFC that is specially designed that way, jsut because you don't have to use GetDlgItem() anyore!

Why would you use MFC in the first place if you bypass all the fancy stuff it was designed for?

Behind every great black man...
            ... is the police. - Conspiracy brother


Blog[^]
AnswerRe: which one is better? Pin
Ravi Bhavnani5-Aug-05 2:38
professionalRavi Bhavnani5-Aug-05 2:38 
AnswerRe: which one is better? Pin
Trollslayer5-Aug-05 4:04
mentorTrollslayer5-Aug-05 4:04 
QuestionAudio : DirectSound vs Win32 API ? Pin
HVoss4-Aug-05 22:26
HVoss4-Aug-05 22:26 
AnswerRe: Audio : DirectSound vs Win32 API ? Pin
badal_akr4-Aug-05 23:18
badal_akr4-Aug-05 23:18 
AnswerRe: Audio : DirectSound vs Win32 API ? Pin
peterchen5-Aug-05 0:30
peterchen5-Aug-05 0:30 
GeneralRe: Audio : DirectSound vs Win32 API ? Pin
HVoss5-Aug-05 1:27
HVoss5-Aug-05 1:27 
GeneralRe: Audio : DirectSound vs Win32 API ? Pin
badal_akr5-Aug-05 1:53
badal_akr5-Aug-05 1:53 
GeneralRe: Audio : DirectSound vs Win32 API ? Pin
HVoss5-Aug-05 2:05
HVoss5-Aug-05 2:05 
GeneralRe: Audio : DirectSound vs Win32 API ? Pin
peterchen5-Aug-05 3:08
peterchen5-Aug-05 3:08 
GeneralC# as scripting lang in MFC App Pin
Ning Hu4-Aug-05 21:22
Ning Hu4-Aug-05 21:22 
QuestionHow to write a value in an exe in VC++ Pin
Girish6014-Aug-05 21:19
Girish6014-Aug-05 21:19 
AnswerRe: How to write a value in an exe in VC++ Pin
toxcct4-Aug-05 22:24
toxcct4-Aug-05 22:24 
AnswerRe: How to write a value in an exe in VC++ Pin
Bob Stanneveld4-Aug-05 22:33
Bob Stanneveld4-Aug-05 22:33 
AnswerRe: How to write a value in an exe in VC++ Pin
Girish6015-Aug-05 0:16
Girish6015-Aug-05 0:16 
GeneralRe: How to write a value in an exe in VC++ Pin
Bob Stanneveld10-Aug-05 21:40
Bob Stanneveld10-Aug-05 21:40 
QuestionWhy GetConsoleWindow still gets the error C2065? Pin
chiyinhk4-Aug-05 21:08
chiyinhk4-Aug-05 21:08 
AnswerRe: Why GetConsoleWindow still gets the error C2065? Pin
Aamir Butt4-Aug-05 23:20
Aamir Butt4-Aug-05 23:20 

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.