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

C / C++ / MFC

 
QuestionDebug Assertion Failed at AfxGetResourceHandle() Pin
lorfal9-Apr-07 19:15
lorfal9-Apr-07 19:15 
QuestionRe: Debug Assertion Failed at AfxGetResourceHandle() Pin
David Crow10-Apr-07 2:27
David Crow10-Apr-07 2:27 
AnswerRe: Debug Assertion Failed at AfxGetResourceHandle() Pin
lorfal10-Apr-07 15:14
lorfal10-Apr-07 15:14 
QuestionRe: Debug Assertion Failed at AfxGetResourceHandle() Pin
David Crow17-Apr-07 2:11
David Crow17-Apr-07 2:11 
AnswerRe: Debug Assertion Failed at AfxGetResourceHandle() Pin
lorfal10-Apr-07 16:35
lorfal10-Apr-07 16:35 
AnswerRe: Debug Assertion Failed at AfxGetResourceHandle() Pin
Artem Tsiushkevich24-May-22 22:04
Artem Tsiushkevich24-May-22 22:04 
QuestionDelay messagebox Pin
deeps_cute9-Apr-07 19:05
deeps_cute9-Apr-07 19:05 
AnswerRe: Delay messagebox Pin
cp98769-Apr-07 19:14
cp98769-Apr-07 19:14 
Your question is very unclear. The basic approach to this sort of problem is to consider the functions you need to call to make the message box do what you want, then use WM_TIMER messages to make this happen. Lookup CWnd::SetTimer and CWnd::OnTimer in MSDN and then try to make something work.

I assume that you searched codeproject, so the article "Delay MessageBox with auto-close option" is not what you want. If it is, I think it would be good practice for you to find it.


Peter

"Until the invention of the computer, the machine gun was the device that enabled humans to make the most mistakes in the smallest amount of time."

GeneralRe: Delay messagebox Pin
deeps_cute9-Apr-07 19:23
deeps_cute9-Apr-07 19:23 
AnswerRe: Delay messagebox Pin
prasad_som9-Apr-07 19:25
prasad_som9-Apr-07 19:25 
QuestionNeed help in DRM Pin
amitmistry_petlad 9-Apr-07 17:59
amitmistry_petlad 9-Apr-07 17:59 
QuestionProfiler for MFC/WIN32 VS6 environment - alternative to BoundsChecker? [modified] Pin
devvvy9-Apr-07 17:50
devvvy9-Apr-07 17:50 
QuestionMFC Doc/View and CButton Pin
Walt Austin9-Apr-07 16:04
Walt Austin9-Apr-07 16:04 
AnswerRe: MFC Doc/View and CButton Pin
Mark Salsbery9-Apr-07 16:36
Mark Salsbery9-Apr-07 16:36 
GeneralRe: MFC Doc/View and CButton Pin
Dosin9-Apr-07 19:49
Dosin9-Apr-07 19:49 
GeneralRe: MFC Doc/View and CButton Pin
Walt Austin10-Apr-07 2:11
Walt Austin10-Apr-07 2:11 
GeneralRe: MFC Doc/View and CButton Pin
Walt Austin10-Apr-07 2:08
Walt Austin10-Apr-07 2:08 
GeneralRe: MFC Doc/View and CButton Pin
Mark Salsbery10-Apr-07 7:04
Mark Salsbery10-Apr-07 7:04 
QuestionRe: MFC Doc/View and CButton Pin
David Crow10-Apr-07 2:29
David Crow10-Apr-07 2:29 
QuestionDLL fails on 9x platform, runs on NT platform Pin
JeffRoz9-Apr-07 14:14
JeffRoz9-Apr-07 14:14 
AnswerRe: DLL fails on 9x platform, runs on NT platform Pin
Rick York9-Apr-07 15:54
mveRick York9-Apr-07 15:54 
GeneralRe: DLL fails on 9x platform, runs on NT platform Pin
JeffRoz9-Apr-07 16:49
JeffRoz9-Apr-07 16:49 
GeneralRe: DLL fails on 9x platform, runs on NT platform Pin
Steve S10-Apr-07 0:16
Steve S10-Apr-07 0:16 
GeneralRe: DLL fails on 9x platform, runs on NT platform Pin
JeffRoz10-Apr-07 3:09
JeffRoz10-Apr-07 3:09 
GeneralRe: DLL fails on 9x platform, runs on NT platform Pin
JudyL_MD10-Apr-07 7:36
JudyL_MD10-Apr-07 7:36 

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.