Click here to Skip to main content
15,886,873 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Afx Message Handling in CStatic as Child-Window Pin
khan++15-Sep-05 2:34
khan++15-Sep-05 2:34 
GeneralRe: Afx Message Handling in CStatic as Child-Window Pin
_NielsB15-Sep-05 2:47
_NielsB15-Sep-05 2:47 
Questionhelp for VOIP Pin
vikas amin15-Sep-05 2:13
vikas amin15-Sep-05 2:13 
QuestionAbout Bitmaps: Plz Help Pin
parims15-Sep-05 2:07
parims15-Sep-05 2:07 
AnswerRe: About Bitmaps: Plz Help Pin
Cool Ju15-Sep-05 2:43
Cool Ju15-Sep-05 2:43 
Questionpreview and print access 2000 reports from a visual c++ application Pin
Hervy15-Sep-05 2:00
Hervy15-Sep-05 2:00 
QuestionAbout Cursor blinking : Plz Help Pin
parims15-Sep-05 1:29
parims15-Sep-05 1:29 
AnswerRe: About Cursor blinking : Plz Help Pin
khan++15-Sep-05 1:44
khan++15-Sep-05 1:44 
Message boxes are Modal. You must dismiss them if you want to go back to the application.
The solution is to create your own "Custom Message Box", which is Modeless, created on-the-fly using Create(IDD_MY_BOX,this); Shown, using ShowWindow(SW_SHOW); etc.
Then you can click on the application window also while the message box is present.

I hope I understood your question.


this is this.
QuestionCToolBar Question Pin
Joel Holdsworth15-Sep-05 1:16
Joel Holdsworth15-Sep-05 1:16 
QuestionDebug assertion failed Pin
Hervy15-Sep-05 0:47
Hervy15-Sep-05 0:47 
GeneralRe: Debug assertion failed Pin
prasad_som15-Sep-05 1:01
prasad_som15-Sep-05 1:01 
AnswerRe: Debug assertion failed Pin
Bob Stanneveld15-Sep-05 1:01
Bob Stanneveld15-Sep-05 1:01 
AnswerRe: Debug assertion failed Pin
Zdeslav Vojkovic15-Sep-05 2:39
Zdeslav Vojkovic15-Sep-05 2:39 
AnswerRe: Debug assertion failed Pin
David Crow15-Sep-05 7:38
David Crow15-Sep-05 7:38 
QuestionUsing Crystal Report in VC++6.0 Pin
cofd15-Sep-05 0:38
cofd15-Sep-05 0:38 
GeneralRe: Using Crystal Report in VC++6.0 Pin
prasad_som15-Sep-05 3:14
prasad_som15-Sep-05 3:14 
QuestionLinking advapi32.lib Pin
Rainos15-Sep-05 0:36
Rainos15-Sep-05 0:36 
AnswerRe: Linking advapi32.lib Pin
prasad_som15-Sep-05 1:56
prasad_som15-Sep-05 1:56 
AnswerRe: Linking advapi32.lib Pin
Blake Miller15-Sep-05 4:34
Blake Miller15-Sep-05 4:34 
QuestionSaving configuration option data Pin
karmendra_js14-Sep-05 23:26
karmendra_js14-Sep-05 23:26 
AnswerRe: Saving configuration option data Pin
kakan14-Sep-05 23:44
professionalkakan14-Sep-05 23:44 
AnswerRe: Saving configuration option data Pin
Manfred Staiger14-Sep-05 23:46
Manfred Staiger14-Sep-05 23:46 
GeneralRe: Saving configuration option data Pin
karmendra_js15-Sep-05 0:15
karmendra_js15-Sep-05 0:15 
GeneralRe: Saving configuration option data Pin
Manfred Staiger15-Sep-05 0:23
Manfred Staiger15-Sep-05 0:23 
AnswerRe: Saving configuration option data Pin
ThatsAlok14-Sep-05 23:53
ThatsAlok14-Sep-05 23:53 

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.