Click here to Skip to main content
15,909,498 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: FUZZY Set help ? Pin
Christian Graus24-Jan-05 17:30
protectorChristian Graus24-Jan-05 17:30 
GeneralRe: FUZZY Set help ? Pin
Ryan Binns24-Jan-05 18:05
Ryan Binns24-Jan-05 18:05 
AnswerRe: FUZZY Set help ? Pin
Andy Brummer24-Jan-05 10:44
sitebuilderAndy Brummer24-Jan-05 10:44 
GeneralMFC - Dual Interface Pin
peterchen24-Jan-05 6:13
peterchen24-Jan-05 6:13 
QuestionHow to Terminate a running App and start a new instance of the same App? Pin
nonothing24-Jan-05 5:25
nonothing24-Jan-05 5:25 
AnswerRe: How to Terminate a running App and start a new instance of the same App? Pin
ThatsAlok24-Jan-05 7:11
ThatsAlok24-Jan-05 7:11 
GeneralRe: How to Terminate a running App and start a new instance of the same App? Pin
nonothing24-Jan-05 11:32
nonothing24-Jan-05 11:32 
GeneralRe: How to Terminate a running App and start a new instance of the same App? Pin
ThatsAlok24-Jan-05 17:54
ThatsAlok24-Jan-05 17:54 
GeneralDisplay Raw Image on the fly Pin
jazzkiller24-Jan-05 5:02
jazzkiller24-Jan-05 5:02 
GeneralRe: Display Raw Image on the fly Pin
basementman24-Jan-05 6:12
basementman24-Jan-05 6:12 
GeneralMacintosh and MFC Pin
includeh1024-Jan-05 4:58
includeh1024-Jan-05 4:58 
GeneralRe: Macintosh and MFC Pin
David Crow24-Jan-05 5:16
David Crow24-Jan-05 5:16 
GeneralRe: Macintosh and MFC Pin
Michael P Butler24-Jan-05 5:35
Michael P Butler24-Jan-05 5:35 
GeneralRe: Macintosh and MFC Pin
Antony M Kancidrowski25-Jan-05 0:51
Antony M Kancidrowski25-Jan-05 0:51 
Generalan array of dynamically allocated objects Pin
student_ben24-Jan-05 4:54
student_ben24-Jan-05 4:54 
GeneralRe: an array of dynamically allocated objects Pin
David Crow24-Jan-05 5:19
David Crow24-Jan-05 5:19 
GeneralAPI to wireless device configuration Pin
MoZ24-Jan-05 4:35
MoZ24-Jan-05 4:35 
GeneralRe: API to wireless device configuration Pin
geo_m24-Jan-05 6:19
geo_m24-Jan-05 6:19 
GeneralRe: API to wireless device configuration Pin
MoZ24-Jan-05 20:19
MoZ24-Jan-05 20:19 
Generalcast from CString to char [MAX_PATH] Pin
madretierra24-Jan-05 3:02
madretierra24-Jan-05 3:02 
GeneralRe: cast from CString to char [MAX_PATH] Pin
James R. Twine24-Jan-05 3:49
James R. Twine24-Jan-05 3:49 
GeneralRe: cast from CString to char [MAX_PATH] Pin
madretierra24-Jan-05 5:10
madretierra24-Jan-05 5:10 
QuestionLockWindowUpdate - BUG ??? Pin
Danoo24-Jan-05 1:42
Danoo24-Jan-05 1:42 
Hi y'all

I used LockWindowUpdate to prevent my CListCtrl and CTreeCtrl from redrawing while the whole items were repopulated. It works fine, except that upon unlocking the whole desktop and all its child windows receive WM_PAINT messages...
I thought that only this mechanism operates only on the locked window... anyway, when I remove the LockWindowUpdate lines in my code, only my controls are flickering, the rest of the desktop remains untouched...

All this seems very strange to me...

Anybody else had similar experiences?

Regards
Daniel
AnswerRe: LockWindowUpdate - BUG ??? Pin
Tim Smith24-Jan-05 1:57
Tim Smith24-Jan-05 1:57 
GeneralRe: LockWindowUpdate - BUG ??? Pin
Danoo24-Jan-05 2:29
Danoo24-Jan-05 2:29 

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.