Click here to Skip to main content
15,881,424 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionSplitter Window Pin
Member 303984330-May-06 21:47
Member 303984330-May-06 21:47 
AnswerRe: Splitter Window Pin
NiceNaidu30-May-06 22:54
NiceNaidu30-May-06 22:54 
GeneralRe: Splitter Window Pin
Member 303984331-May-06 18:03
Member 303984331-May-06 18:03 
QuestionSocket Vs Port - using firwall (amended) Pin
zahid_ash30-May-06 21:24
zahid_ash30-May-06 21:24 
AnswerRe: Socket Vs Port - using firwall (amended) Pin
NiceNaidu30-May-06 23:00
NiceNaidu30-May-06 23:00 
AnswerRe: Socket Vs Port - using firwall (amended) Pin
ThatsAlok31-May-06 0:08
ThatsAlok31-May-06 0:08 
QuestionDisplaying Message Box while program(code) continues [modified] Pin
KongHL30-May-06 21:23
KongHL30-May-06 21:23 
AnswerRe: Displaying Message Box while program(code) continues [modified] Pin
Cedric Moonen30-May-06 21:38
Cedric Moonen30-May-06 21:38 
KongHL wrote:
Is it possible for me to display the message box and let the nxt function to process while the message box remains displayed and the user cannot close it.


You'll have to use modeless dialogs for that. Take a look at this article[^].


KongHL wrote:
Another question is how can I display a dialog box ( using doModal() ) and perform a function immediately without User Interaction?


Override OnInitDialog and call the function there.


Cédric Moonen
Software developer

Charting control
GeneralRe: Displaying Message Box while program(code) continues [modified] Pin
KongHL30-May-06 21:57
KongHL30-May-06 21:57 
GeneralRe: Displaying Message Box while program(code) continues [modified] Pin
_anil_30-May-06 22:16
_anil_30-May-06 22:16 
GeneralRe: Displaying Message Box while program(code) continues [modified] Pin
toxcct1-Jun-06 23:06
toxcct1-Jun-06 23:06 
GeneralRe: Displaying Message Box while program(code) continues [modified] Pin
_anil_1-Jun-06 23:21
_anil_1-Jun-06 23:21 
AnswerRe: Displaying Message Box while program(code) continues [modified] Pin
Ștefan-Mihai MOGA30-May-06 21:38
professionalȘtefan-Mihai MOGA30-May-06 21:38 
AnswerRe: Displaying Message Box while program(code) continues [modified] Pin
Stephen Hewitt30-May-06 22:09
Stephen Hewitt30-May-06 22:09 
GeneralRe: Displaying Message Box while program(code) continues [modified] Pin
KongHL30-May-06 21:44
KongHL30-May-06 21:44 
GeneralRe: Displaying Message Box while program(code) continues Pin
ThatsAlok31-May-06 0:03
ThatsAlok31-May-06 0:03 
AnswerRe: Displaying Message Box while program(code) continues [modified] Pin
Ștefan-Mihai MOGA30-May-06 22:39
professionalȘtefan-Mihai MOGA30-May-06 22:39 
AnswerRe: Displaying Message Box while program(code) continues [modified] Pin
toxcct31-May-06 0:06
toxcct31-May-06 0:06 
GeneralRe: Displaying Message Box while program(code) continues Pin
ThatsAlok31-May-06 0:15
ThatsAlok31-May-06 0:15 
GeneralRe: Displaying Message Box while program(code) continues Pin
toxcct31-May-06 0:17
toxcct31-May-06 0:17 
GeneralRe: Displaying Message Box while program(code) continues Pin
ThatsAlok31-May-06 0:42
ThatsAlok31-May-06 0:42 
GeneralRe: Displaying Message Box while program(code) continues Pin
toxcct31-May-06 0:58
toxcct31-May-06 0:58 
GeneralRe: Displaying Message Box while program(code) continues Pin
ThatsAlok31-May-06 1:54
ThatsAlok31-May-06 1:54 
QuestionBitmap Planes Pin
Sarath C30-May-06 20:41
Sarath C30-May-06 20:41 
AnswerRe: Bitmap Planes Pin
Steve Echols30-May-06 21:57
Steve Echols30-May-06 21:57 

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.