Click here to Skip to main content
15,914,452 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionServer and Client Pin
shakumar_2217-Jul-07 19:30
shakumar_2217-Jul-07 19:30 
AnswerRe: Server and Client Pin
User 58385217-Jul-07 20:15
User 58385217-Jul-07 20:15 
AnswerRe: Server and Client Pin
SandipG 17-Jul-07 20:37
SandipG 17-Jul-07 20:37 
GeneralRe: Server and Client Pin
shakumar_2217-Jul-07 20:49
shakumar_2217-Jul-07 20:49 
AnswerRe: Server and Client Pin
Peter Weyzen17-Jul-07 23:03
Peter Weyzen17-Jul-07 23:03 
QuestionIs it possible to recompile MFC source code to some dlls? Pin
flyingxu17-Jul-07 19:20
flyingxu17-Jul-07 19:20 
AnswerRe: Is it possible to recompile MFC source code to some dlls? Pin
User 58385217-Jul-07 20:16
User 58385217-Jul-07 20:16 
AnswerRe: Is it possible to recompile MFC source code to some dlls? Pin
Peter Weyzen17-Jul-07 23:05
Peter Weyzen17-Jul-07 23:05 
You can. But you really shouldn't do it unless you have a very good reason to do so. And I can't think of a good reason to.

If you want to change the behavior of some class, just subclass it and handle it in that good old C++ way...

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br />
Peter Weyzen<br />
Staff Engineer<br />
<A HREF="http://www.soonr.com">SoonR Inc -- PC Power delivered to your phone</A>

GeneralRe: Is it possible to recompile MFC source code to some dlls? Pin
code_discuss18-Jul-07 0:12
code_discuss18-Jul-07 0:12 
GeneralRe: Is it possible to recompile MFC source code to some dlls? Pin
Mark Salsbery18-Jul-07 6:36
Mark Salsbery18-Jul-07 6:36 
GeneralRe: Is it possible to recompile MFC source code to some dlls? Pin
code_discuss18-Jul-07 16:12
code_discuss18-Jul-07 16:12 
GeneralRe: Is it possible to recompile MFC source code to some dlls? Pin
Mark Salsbery18-Jul-07 16:18
Mark Salsbery18-Jul-07 16:18 
QuestionModeless Dialog to Modal Dialog Pin
narayanagvs17-Jul-07 18:29
narayanagvs17-Jul-07 18:29 
AnswerRe: Modeless Dialog to Modal Dialog Pin
Michael Dunn17-Jul-07 18:35
sitebuilderMichael Dunn17-Jul-07 18:35 
GeneralRe: Modeless Dialog to Modal Dialog Pin
narayanagvs17-Jul-07 19:01
narayanagvs17-Jul-07 19:01 
GeneralRe: Modeless Dialog to Modal Dialog Pin
Nelek17-Jul-07 19:37
protectorNelek17-Jul-07 19:37 
GeneralRe: Modeless Dialog to Modal Dialog Pin
Arman S.17-Jul-07 19:59
Arman S.17-Jul-07 19:59 
GeneralRe: Modeless Dialog to Modal Dialog Pin
User 58385217-Jul-07 20:18
User 58385217-Jul-07 20:18 
GeneralRe: Modeless Dialog to Modal Dialog Pin
Michael Dunn18-Jul-07 7:14
sitebuilderMichael Dunn18-Jul-07 7:14 
GeneralRe: Modeless Dialog to Modal Dialog Pin
Mark Salsbery18-Jul-07 7:29
Mark Salsbery18-Jul-07 7:29 
AnswerRe: Modeless Dialog to Modal Dialog Pin
«_Superman_»17-Jul-07 21:03
professional«_Superman_»17-Jul-07 21:03 
QuestionRe: Modeless Dialog to Modal Dialog Pin
David Crow18-Jul-07 2:59
David Crow18-Jul-07 2:59 
QuestionIntercept a message from another application Pin
Cui Sheng17-Jul-07 15:20
Cui Sheng17-Jul-07 15:20 
AnswerRe: Intercept a message from another application Pin
Stephen Hewitt17-Jul-07 16:21
Stephen Hewitt17-Jul-07 16:21 
GeneralRe: Intercept a message from another application Pin
Cui Sheng17-Jul-07 22:00
Cui Sheng17-Jul-07 22:00 

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.