Click here to Skip to main content
15,892,298 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Painting window question Pin
Cedric Moonen16-Jun-03 20:21
Cedric Moonen16-Jun-03 20:21 
GeneralRe: Painting window question Pin
PJ Arends16-Jun-03 20:34
professionalPJ Arends16-Jun-03 20:34 
GeneralRe: Painting window question Pin
Cedric Moonen16-Jun-03 20:48
Cedric Moonen16-Jun-03 20:48 
GeneralRe: Painting window question Pin
PJ Arends16-Jun-03 21:20
professionalPJ Arends16-Jun-03 21:20 
GeneralRe: Painting window question Pin
Cedric Moonen16-Jun-03 21:28
Cedric Moonen16-Jun-03 21:28 
GeneralRe: Painting window question Pin
PJ Arends16-Jun-03 21:46
professionalPJ Arends16-Jun-03 21:46 
Generalquestion about dialog Pin
gucy16-Jun-03 19:41
gucy16-Jun-03 19:41 
GeneralRe: question about dialog Pin
PJ Arends16-Jun-03 20:44
professionalPJ Arends16-Jun-03 20:44 
in the CDlgLogon class constructor, are you passing the dialog template ID to the CDlgBase class constructor so that it can pass it on to CDialog? I think not!

CDlgBase::CDlgBase (UINT IDD, CWnd* pParent)
    : CDialog (IDD, pParent)
{
...
}
 
CDlgLogon::CDlgLogon(CWnd* pParent)
    : CDlgBase(CDlgLogon::IDD, pParent)
{
...
}








Sonork 100.11743 Chicken Little

"You're obviously a superstar." - Christian Graus about me - 12 Feb '03

Within you lies the power for good - Use it!
GeneralRe: question about dialog Pin
gucy16-Jun-03 21:06
gucy16-Jun-03 21:06 
GeneralRe: question about dialog Pin
Old Gun16-Jun-03 22:15
Old Gun16-Jun-03 22:15 
QuestionVK_F10 with PreTranslateMessage not work? Pin
chen16-Jun-03 19:28
chen16-Jun-03 19:28 
AnswerRe: VK_F10 with PreTranslateMessage not work? Pin
Eugene Pustovoyt16-Jun-03 22:14
Eugene Pustovoyt16-Jun-03 22:14 
AnswerRe: VK_F10 with PreTranslateMessage not work? Pin
Uma Mahes16-Jun-03 22:30
Uma Mahes16-Jun-03 22:30 
GeneralRe: VK_F10 with PreTranslateMessage not work? Pin
chen16-Jun-03 23:40
chen16-Jun-03 23:40 
Questionhow can i make a edit box just like the outlook's edit box? Pin
allenhu16-Jun-03 18:58
allenhu16-Jun-03 18:58 
AnswerRe: how can i make a edit box just like the outlook's edit box? Pin
David Crow17-Jun-03 3:11
David Crow17-Jun-03 3:11 
GeneralGetting the Window Class name Pin
albean16-Jun-03 18:55
albean16-Jun-03 18:55 
GeneralRe: Getting the Window Class name Pin
PJ Arends16-Jun-03 19:06
professionalPJ Arends16-Jun-03 19:06 
GeneralRe: Getting the Window Class name Pin
Uma Mahes16-Jun-03 19:15
Uma Mahes16-Jun-03 19:15 
Questionlandscape print in dialog? Pin
JockeP16-Jun-03 18:23
JockeP16-Jun-03 18:23 
AnswerRe: landscape print in dialog? Pin
Eugene Pustovoyt16-Jun-03 22:07
Eugene Pustovoyt16-Jun-03 22:07 
GeneralRe: landscape print in dialog? Pin
JockeP18-Jun-03 18:37
JockeP18-Jun-03 18:37 
GeneralRe: landscape print in dialog? Pin
Eugene Pustovoyt18-Jun-03 18:54
Eugene Pustovoyt18-Jun-03 18:54 
GeneralRe: landscape print in dialog? Pin
JockeP19-Jun-03 7:24
JockeP19-Jun-03 7:24 
GeneralColor picker Pin
chris!16-Jun-03 16:52
chris!16-Jun-03 16:52 

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.