Click here to Skip to main content
16,006,749 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Can we handle dialog controls messages from document object? Pin
Christian Graus4-Oct-01 18:55
protectorChristian Graus4-Oct-01 18:55 
QuestionWhat's wrong with my code?? Pin
LoveInSnowing4-Oct-01 15:58
LoveInSnowing4-Oct-01 15:58 
AnswerRe: What's wrong with my code?? Pin
Brendan Tregear4-Oct-01 16:21
Brendan Tregear4-Oct-01 16:21 
GeneralRe: What's wrong with my code?? Pin
LoveInSnowing4-Oct-01 17:02
LoveInSnowing4-Oct-01 17:02 
AnswerRe: What's wrong with my code?? Pin
Christian Graus4-Oct-01 17:11
protectorChristian Graus4-Oct-01 17:11 
GeneralRe: Also Pin
Brendan Tregear4-Oct-01 17:16
Brendan Tregear4-Oct-01 17:16 
GeneralRe: Also Pin
Christian Graus4-Oct-01 17:18
protectorChristian Graus4-Oct-01 17:18 
GeneralRe: What's wrong with my code?? Pin
LoveInSnowing4-Oct-01 17:20
LoveInSnowing4-Oct-01 17:20 
No,I means when I click the "Try" button again,the wrong message appeared,while when I first clicked the "Try" button,everything is OK.
I tried to change my code with an other way such as:

CFirstDialog::OnButtonTry()
{
CTestDialog dlg;
dlg.DoModal();
}

It's still wrong.
Because I use Chinese,so the error message was showed in Chinese,I only know the error number is 0x80004005,what it means?
GeneralRe: What's wrong with my code?? Pin
Christian Graus4-Oct-01 17:39
protectorChristian Graus4-Oct-01 17:39 
GeneralRe: What's wrong with my code?? Pin
LoveInSnowing4-Oct-01 18:30
LoveInSnowing4-Oct-01 18:30 
GeneralRe: What's wrong with my code?? Pin
Christian Graus4-Oct-01 18:39
protectorChristian Graus4-Oct-01 18:39 
GeneralFilling a Solid Rect Pin
Bret Faller (home)4-Oct-01 15:10
Bret Faller (home)4-Oct-01 15:10 
GeneralRe: Filling a Solid Rect Pin
Mike Nordell4-Oct-01 17:54
Mike Nordell4-Oct-01 17:54 
GeneralRe: Filling a Solid Rect Pin
Chris Losinger4-Oct-01 18:03
professionalChris Losinger4-Oct-01 18:03 
GeneralRe: Filling a Solid Rect Pin
Bret Faller (home)4-Oct-01 18:14
Bret Faller (home)4-Oct-01 18:14 
GeneralRe: Filling a Solid Rect Pin
Jon Hulatt4-Oct-01 22:58
Jon Hulatt4-Oct-01 22:58 
GeneralRe: Filling a Solid Rect Pin
Bret Faller5-Oct-01 6:46
Bret Faller5-Oct-01 6:46 
GeneralRight click on taskbar button. Pin
Christian Graus4-Oct-01 13:44
protectorChristian Graus4-Oct-01 13:44 
GeneralRe: Right click on taskbar button. Pin
Mike Nordell4-Oct-01 14:07
Mike Nordell4-Oct-01 14:07 
GeneralRe: Right click on taskbar button. Pin
Christian Graus4-Oct-01 14:40
protectorChristian Graus4-Oct-01 14:40 
GeneralRe: Right click on taskbar button. Pin
Mike Nordell4-Oct-01 15:17
Mike Nordell4-Oct-01 15:17 
QuestionMaximized MDI Child window flicker? Pin
gh4-Oct-01 13:10
gh4-Oct-01 13:10 
GeneralCRichEditView Pin
4-Oct-01 12:45
suss4-Oct-01 12:45 
GeneralRe: CRichEditView Pin
Tomasz Sowinski4-Oct-01 12:53
Tomasz Sowinski4-Oct-01 12:53 
QuestionHelp button on tool window titlebar? Pin
4-Oct-01 12:18
suss4-Oct-01 12:18 

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.