Click here to Skip to main content
16,004,944 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Delphi Pascal to C++ Pin
Michael Dunn18-Feb-06 5:33
sitebuilderMichael Dunn18-Feb-06 5:33 
GeneralRe: Delphi Pascal to C++ Pin
hutt18-Feb-06 7:46
hutt18-Feb-06 7:46 
GeneralRe: Delphi Pascal to C++ Pin
Michael Dunn18-Feb-06 9:45
sitebuilderMichael Dunn18-Feb-06 9:45 
QuestionGetting source-code text from the VS.Net IDE Pin
Virtek17-Feb-06 22:37
Virtek17-Feb-06 22:37 
AnswerRe: Getting source-code text from the VS.Net IDE Pin
Michael Dunn18-Feb-06 5:35
sitebuilderMichael Dunn18-Feb-06 5:35 
GeneralRe: Getting source-code text from the VS.Net IDE Pin
Virtek18-Feb-06 6:44
Virtek18-Feb-06 6:44 
GeneralRe: Getting source-code text from the VS.Net IDE Pin
Michael Dunn18-Feb-06 9:46
sitebuilderMichael Dunn18-Feb-06 9:46 
QuestionSubclassWindow question Pin
Yak7717-Feb-06 19:04
Yak7717-Feb-06 19:04 
Hi,

I have created an MFC owner drawn control (Derived from CButton) that needs to do some initialization after it is created or subclassed. If the user explicitly calls MyCtrl.Create( .... ), I can handle the OnCreate() message in my control, so no problems.

However, if the user attaches the control through DDX, this results in SubclassWindow being called and OnCreate() is never called. I know you can handle PreSubclassWindow() before the window is actually subclassed, but I need to do some initialization after it is subclassed. So Is there anyway in my class to know after it has subclassed a window?

Thanks in advance for any help.

AnswerRe: SubclassWindow question Pin
Michael Dunn18-Feb-06 5:37
sitebuilderMichael Dunn18-Feb-06 5:37 
Questionembedding resource inside win32 dll Pin
act_x17-Feb-06 18:21
act_x17-Feb-06 18:21 
AnswerRe: embedding resource inside win32 dll Pin
Waldermort17-Feb-06 18:57
Waldermort17-Feb-06 18:57 
AnswerRe: embedding resource inside win32 dll Pin
Gavin Taylor19-Feb-06 2:41
professionalGavin Taylor19-Feb-06 2:41 
QuestionRandom move Pin
eivanlo17-Feb-06 16:41
eivanlo17-Feb-06 16:41 
AnswerRe: Random move Pin
_AnsHUMAN_ 17-Feb-06 17:22
_AnsHUMAN_ 17-Feb-06 17:22 
QuestionQuestion about recursion Pin
ericelysia17-Feb-06 15:35
ericelysia17-Feb-06 15:35 
AnswerRe: Question about recursion Pin
Michael Dunn17-Feb-06 16:22
sitebuilderMichael Dunn17-Feb-06 16:22 
GeneralRe: Question about recursion Pin
ericelysia17-Feb-06 16:36
ericelysia17-Feb-06 16:36 
GeneralRe: Question about recursion Pin
ericelysia17-Feb-06 18:54
ericelysia17-Feb-06 18:54 
AnswerRe: Question about recursion Pin
David Crow18-Feb-06 7:13
David Crow18-Feb-06 7:13 
AnswerRe: Question about recursion Pin
Jeremy Thornton18-Feb-06 9:10
Jeremy Thornton18-Feb-06 9:10 
AnswerRe: Question about recursion Pin
ericelysia20-Feb-06 3:37
ericelysia20-Feb-06 3:37 
QuestionWinInet FtpPutFile Pin
rbrad1234517-Feb-06 15:21
rbrad1234517-Feb-06 15:21 
AnswerRe: WinInet FtpPutFile Pin
Michael Dunn17-Feb-06 15:53
sitebuilderMichael Dunn17-Feb-06 15:53 
GeneralRe: WinInet FtpPutFile Pin
rbrad1234518-Feb-06 16:48
rbrad1234518-Feb-06 16:48 
QuestionMFC42UD.lib Pin
super17-Feb-06 13:56
professionalsuper17-Feb-06 13:56 

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.