Click here to Skip to main content
15,913,758 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: navigation for vectorRichEditBox Pin
prithaa24-Oct-06 9:50
prithaa24-Oct-06 9:50 
GeneralRe: navigation for vectorRichEditBox Pin
prithaa24-Oct-06 10:07
prithaa24-Oct-06 10:07 
GeneralRe: navigation for vectorRichEditBox Pin
David Crow24-Oct-06 10:08
David Crow24-Oct-06 10:08 
QuestionPrinting a document in VC++/MFC Pin
yaints24-Oct-06 6:41
yaints24-Oct-06 6:41 
QuestionDisplay a message in a box and close it from the program Pin
Giulio200024-Oct-06 5:43
Giulio200024-Oct-06 5:43 
AnswerRe: Display a message in a box and close it from the program Pin
David Crow24-Oct-06 5:47
David Crow24-Oct-06 5:47 
GeneralRe: Display a message in a box and close it from the program Pin
Giulio200024-Oct-06 6:02
Giulio200024-Oct-06 6:02 
AnswerRe: Display a message in a box and close it from the program Pin
Mark Salsbery24-Oct-06 6:02
Mark Salsbery24-Oct-06 6:02 
You can use a modeless dialog. Use EnableWindow(FALSE) on your app's main window to prevent the
user from using the UI and create and show the modeless dialog. When your operation completes,
destroy the modeless dialog and call EnableWindow(TRUE) for the main window to re-enable it.

Mark

AnswerRe: Display a message in a box and close it from the program Pin
Mark Salsbery24-Oct-06 6:04
Mark Salsbery24-Oct-06 6:04 
AnswerRe: Display a message in a box and close it from the program Pin
led mike24-Oct-06 6:18
led mike24-Oct-06 6:18 
AnswerRe: Display a message in a box and close it from the program Pin
Hamid_RT24-Oct-06 20:03
Hamid_RT24-Oct-06 20:03 
Questionffilesystem navigation in c++ 2 Pin
Desmo1624-Oct-06 4:59
Desmo1624-Oct-06 4:59 
AnswerRe: ffilesystem navigation in c++ 2 Pin
Mark Salsbery24-Oct-06 5:19
Mark Salsbery24-Oct-06 5:19 
AnswerRe: ffilesystem navigation in c++ 2 Pin
led mike24-Oct-06 5:22
led mike24-Oct-06 5:22 
GeneralRe: ffilesystem navigation in c++ 2 Pin
Mark Salsbery24-Oct-06 5:27
Mark Salsbery24-Oct-06 5:27 
GeneralRe: ffilesystem navigation in c++ 2 Pin
led mike24-Oct-06 5:32
led mike24-Oct-06 5:32 
GeneralRe: ffilesystem navigation in c++ 2 Pin
David Crow24-Oct-06 6:20
David Crow24-Oct-06 6:20 
Question"FindNext method of Range class failed" - How to make it work. [modified] Pin
Crash224-Oct-06 4:47
Crash224-Oct-06 4:47 
AnswerRe: "FindNext method of Range class failed" - How to make it work. [modified] Pin
Member 80221232-Aug-13 23:34
Member 80221232-Aug-13 23:34 
Questionproblem with nested types and constructor parameters Pin
yaniv1724-Oct-06 4:47
yaniv1724-Oct-06 4:47 
Questionfilesystem navigation in c++ Pin
Desmo1624-Oct-06 4:44
Desmo1624-Oct-06 4:44 
AnswerRe: filesystem navigation in c++ Pin
Mark Salsbery24-Oct-06 4:52
Mark Salsbery24-Oct-06 4:52 
GeneralRe: filesystem navigation in c++ Pin
Desmo1624-Oct-06 5:07
Desmo1624-Oct-06 5:07 
GeneralRe: filesystem navigation in c++ Pin
Mark Salsbery24-Oct-06 5:14
Mark Salsbery24-Oct-06 5:14 
GeneralRe: filesystem navigation in c++ Pin
Desmo1624-Oct-06 5:16
Desmo1624-Oct-06 5:16 

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.