Click here to Skip to main content
15,910,877 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How do you send a button click message to parent window Pin
littleGreenDude22-Oct-07 8:47
littleGreenDude22-Oct-07 8:47 
GeneralRe: How do you send a button click message to parent window Pin
Maximilien22-Oct-07 8:55
Maximilien22-Oct-07 8:55 
GeneralRe: How do you send a button click message to parent window Pin
David Crow22-Oct-07 9:00
David Crow22-Oct-07 9:00 
GeneralRe: How do you send a button click message to parent window Pin
Randor 22-Oct-07 10:37
professional Randor 22-Oct-07 10:37 
AnswerRe: How do you send a button click message to parent window Pin
Paresh Chitte22-Oct-07 19:05
Paresh Chitte22-Oct-07 19:05 
AnswerRe: How do you send a button click message to parent window Pin
Naveen22-Oct-07 19:53
Naveen22-Oct-07 19:53 
AnswerRe: How do you send a button click message to parent window Pin
Mark Salsbery23-Oct-07 8:57
Mark Salsbery23-Oct-07 8:57 
QuestionCTreeCtrl and SetRedraw Pin
bob1697222-Oct-07 5:08
bob1697222-Oct-07 5:08 
I have a CTreeCtrl that I disable drawing on using SetRedraw(FALSE) while setting the nodes in an attempt to avoid refresh issues.

If I call DeleteAllItems() after I call SetRedraw(FALSE) and scrollbars had been visible, the refresh that hides the scrollbars still runs even before I call SetRedraw(TRUE) etc...

Ultimately, after I've rebuilt the tree, the scrollbars will usually still be needed and once again resurface. If the visible state of the scrollbars will be the same before and after I rebuild the tree, it would be desireable to completely disable the scrollbar refresh until the rebuild is completed.

Is there a way to completely disable redrawing, even with the scrollbars in a CTreeCtrl during tree refreshes?
QuestionCDialog and Mouse clicks Pin
mcsherry22-Oct-07 4:33
mcsherry22-Oct-07 4:33 
AnswerRe: CDialog and Mouse clicks Pin
Nishad S22-Oct-07 4:42
Nishad S22-Oct-07 4:42 
GeneralRe: CDialog and Mouse clicks Pin
mcsherry22-Oct-07 6:45
mcsherry22-Oct-07 6:45 
AnswerRe: CDialog and Mouse clicks Pin
James R. Twine22-Oct-07 5:09
James R. Twine22-Oct-07 5:09 
QuestionI/O Completion Port question Pin
unknown10122-Oct-07 3:42
unknown10122-Oct-07 3:42 
AnswerRe: I/O Completion Port question Pin
led mike22-Oct-07 5:23
led mike22-Oct-07 5:23 
QuestionDialog box Pin
shir_k22-Oct-07 3:30
shir_k22-Oct-07 3:30 
QuestionRe: Dialog box Pin
David Crow22-Oct-07 3:38
David Crow22-Oct-07 3:38 
AnswerRe: Dialog box Pin
shir_k22-Oct-07 3:46
shir_k22-Oct-07 3:46 
QuestionRe: Dialog box Pin
David Crow22-Oct-07 3:51
David Crow22-Oct-07 3:51 
AnswerRe: Dialog box Pin
shir_k22-Oct-07 4:04
shir_k22-Oct-07 4:04 
GeneralRe: Dialog box Pin
shir_k22-Oct-07 4:24
shir_k22-Oct-07 4:24 
GeneralRe: Dialog box Pin
Nelek22-Oct-07 4:27
protectorNelek22-Oct-07 4:27 
GeneralRe: Dialog box Pin
shir_k22-Oct-07 4:33
shir_k22-Oct-07 4:33 
GeneralRe: Dialog box Pin
Nelek29-Oct-07 21:44
protectorNelek29-Oct-07 21:44 
QuestionDisallowing dll use from development environment? Pin
electronica80822-Oct-07 2:53
electronica80822-Oct-07 2:53 
AnswerRe: Disallowing dll use from development environment? Pin
Cedric Moonen22-Oct-07 2:55
Cedric Moonen22-Oct-07 2:55 

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.