Click here to Skip to main content
15,903,033 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to use scrolling control Pin
Nibu babu thomas27-Nov-06 21:38
Nibu babu thomas27-Nov-06 21:38 
Questionperiodically obtain and show mem usage Pin
cy163@hotmail.com27-Nov-06 14:18
cy163@hotmail.com27-Nov-06 14:18 
AnswerRe: periodically obtain and show mem usage Pin
Nibu babu thomas27-Nov-06 21:37
Nibu babu thomas27-Nov-06 21:37 
Questioncustom menu item command ids Pin
dene9997027-Nov-06 9:51
dene9997027-Nov-06 9:51 
AnswerRe: custom menu item command ids Pin
Mark Salsbery27-Nov-06 10:10
Mark Salsbery27-Nov-06 10:10 
AnswerRe: custom menu item command ids Pin
Scott Holt27-Nov-06 13:52
Scott Holt27-Nov-06 13:52 
QuestionPop Up loading message Pin
acerunner31627-Nov-06 9:12
acerunner31627-Nov-06 9:12 
AnswerRe: Pop Up loading message Pin
Mark Salsbery27-Nov-06 9:30
Mark Salsbery27-Nov-06 9:30 
one way is to use a modeless dialog.

::EnableWindow(hwndMain, FALSE);
...create/show modeless status dialog...
...do loading
...destroy modeless status dialog...
::EnableWindow(hwndMain, TRUE);


GeneralRe: Pop Up loading message Pin
acerunner31627-Nov-06 11:03
acerunner31627-Nov-06 11:03 
GeneralRe: Pop Up loading message Pin
Mark Salsbery27-Nov-06 11:09
Mark Salsbery27-Nov-06 11:09 
GeneralRe: Pop Up loading message [modified] Pin
acerunner31627-Nov-06 12:50
acerunner31627-Nov-06 12:50 
GeneralRe: Pop Up loading message Pin
Mark Salsbery27-Nov-06 13:24
Mark Salsbery27-Nov-06 13:24 
GeneralRe: Pop Up loading message Pin
acerunner31627-Nov-06 13:45
acerunner31627-Nov-06 13:45 
GeneralRe: Pop Up loading message Pin
Mark Salsbery27-Nov-06 13:51
Mark Salsbery27-Nov-06 13:51 
GeneralRe: Pop Up loading message Pin
acerunner31627-Nov-06 14:20
acerunner31627-Nov-06 14:20 
GeneralRe: Pop Up loading message Pin
Mark Salsbery27-Nov-06 14:39
Mark Salsbery27-Nov-06 14:39 
GeneralRe: Pop Up loading message Pin
acerunner31627-Nov-06 14:51
acerunner31627-Nov-06 14:51 
GeneralRe: Pop Up loading message Pin
Mark Salsbery27-Nov-06 14:59
Mark Salsbery27-Nov-06 14:59 
GeneralRe: Pop Up loading message Pin
acerunner31627-Nov-06 15:05
acerunner31627-Nov-06 15:05 
GeneralRe: Pop Up loading message Pin
Mark Salsbery27-Nov-06 15:09
Mark Salsbery27-Nov-06 15:09 
GeneralRe: Pop Up loading message Pin
acerunner31627-Nov-06 15:11
acerunner31627-Nov-06 15:11 
GeneralRe: Pop Up loading message Pin
Mark Salsbery27-Nov-06 15:20
Mark Salsbery27-Nov-06 15:20 
GeneralRe: Pop Up loading message Pin
acerunner31627-Nov-06 15:26
acerunner31627-Nov-06 15:26 
GeneralRe: Pop Up loading message [modified] Pin
Mark Salsbery27-Nov-06 15:49
Mark Salsbery27-Nov-06 15:49 
GeneralRe: Pop Up loading message Pin
acerunner31627-Nov-06 16:04
acerunner31627-Nov-06 16:04 

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.