Click here to Skip to main content
15,908,661 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalmemory comparison Pin
tongc19-Oct-02 4:27
tongc19-Oct-02 4:27 
GeneralRe: memory comparison Pin
includeh1019-Oct-02 4:55
includeh1019-Oct-02 4:55 
GeneralRe: memory comparison Pin
Nish Nishant19-Oct-02 4:58
sitebuilderNish Nishant19-Oct-02 4:58 
GeneralRe: memory comparison Pin
Nish Nishant19-Oct-02 4:57
sitebuilderNish Nishant19-Oct-02 4:57 
GeneralRe: memory comparison Pin
Michael Dunn19-Oct-02 8:56
sitebuilderMichael Dunn19-Oct-02 8:56 
GeneralDisable the taskbar name of any process Pin
suresh_sathya19-Oct-02 4:26
suresh_sathya19-Oct-02 4:26 
GeneralRe: Disable the taskbar name of any process Pin
Nish Nishant19-Oct-02 4:53
sitebuilderNish Nishant19-Oct-02 4:53 
Generalabout modal and modaless dialog when dealing with large data Pin
whelk19-Oct-02 3:56
whelk19-Oct-02 3:56 
hello:
my question is: we know the modal dialog dont deal with WM_PAINT message
but when i have a button on a modal dialog to deal with a large data,how can
i refesh the dialog?i have used following code:
MSG msg;
if (!::PeekMessage(&msg.NULl,0,PM_REMOVE))
{
::TranslateMessage(&msg);
::DispatchMessage(&msg);
}
in the for loop;but it is useless;who can tell me why?Confused | :confused:



-----------------------------
Mr.Whelk
-----------------------------
Zhuhai City ,Guangdong ,China
GeneralRe: about modal and modaless dialog when dealing with large data Pin
Stephane Rodriguez.19-Oct-02 4:02
Stephane Rodriguez.19-Oct-02 4:02 
GeneralRe: about modal and modaless dialog when dealing with large data Pin
Nish Nishant19-Oct-02 5:42
sitebuilderNish Nishant19-Oct-02 5:42 
Generalfloat format Pin
wong190719-Oct-02 3:55
wong190719-Oct-02 3:55 
GeneralRe: float format Pin
Stephane Rodriguez.19-Oct-02 4:03
Stephane Rodriguez.19-Oct-02 4:03 
GeneralRe: float format Pin
Nitron19-Oct-02 4:03
Nitron19-Oct-02 4:03 
QuestionRe: float format Pin
David Crow3-Oct-06 4:57
David Crow3-Oct-06 4:57 
Generalusing CreateProcess Pin
includeh1019-Oct-02 3:25
includeh1019-Oct-02 3:25 
GeneralRe: using CreateProcess Pin
Nish Nishant19-Oct-02 4:54
sitebuilderNish Nishant19-Oct-02 4:54 
GeneralRe: using CreateProcess Pin
includeh1019-Oct-02 5:15
includeh1019-Oct-02 5:15 
GeneralAn ADOX question Pin
nss19-Oct-02 2:25
nss19-Oct-02 2:25 
GeneralDatabase Connection using C++ Pin
San19-Oct-02 2:02
San19-Oct-02 2:02 
GeneralRe: Database Connection using C++ Pin
Giles19-Oct-02 2:38
Giles19-Oct-02 2:38 
Generalbitmap Pin
Anonymous19-Oct-02 1:49
Anonymous19-Oct-02 1:49 
GeneralRe: bitmap Pin
Renjith Ramachandran19-Oct-02 1:58
Renjith Ramachandran19-Oct-02 1:58 
GeneralBitmap problem Pin
Renjith Ramachandran19-Oct-02 1:40
Renjith Ramachandran19-Oct-02 1:40 
GeneralRe: Bitmap problem Pin
includeh1019-Oct-02 3:32
includeh1019-Oct-02 3:32 
Generalstd::vector<CBitmap> fails?! Pin
Anonymous19-Oct-02 0:42
Anonymous19-Oct-02 0:42 

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.