Click here to Skip to main content
15,888,008 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Error checking Pin
CPallini10-Feb-10 7:04
mveCPallini10-Feb-10 7:04 
AnswerRe: Error checking Pin
gregarion10-Feb-10 7:27
gregarion10-Feb-10 7:27 
GeneralRe: Error checking Pin
CPallini10-Feb-10 7:42
mveCPallini10-Feb-10 7:42 
QuestionCOleDispatchDriver Pin
trioum10-Feb-10 6:32
trioum10-Feb-10 6:32 
AnswerRe: COleDispatchDriver Pin
Bram van Kampen10-Feb-10 15:51
Bram van Kampen10-Feb-10 15:51 
GeneralRe: COleDispatchDriver Pin
trioum12-Feb-10 18:50
trioum12-Feb-10 18:50 
Questionpainting Pin
N Vamshi Krishna10-Feb-10 2:49
N Vamshi Krishna10-Feb-10 2:49 
AnswerRe: painting Pin
Hristo-Bojilov10-Feb-10 3:07
Hristo-Bojilov10-Feb-10 3:07 
Invalidate means forcing specific region asynchronous redraw.So use it when you want to repaint GUI region.For example calling InvalidateRect sends WM_PAINT to to region owner window queue.If you want immediately to send these messages you should call UpdateWindow or UpdateLayeredWindow depending on the used window type.
Validate means prevent specific region of window from being redrawn.For example you could call ValidateRect if you need to validate portion of region that needs repainting.You should call it before invalidating this region. Smile | :)
Life is a stage and we are all actors!

AnswerRe: painting Pin
CPallini10-Feb-10 3:23
mveCPallini10-Feb-10 3:23 
QuestionHow can find out values return by NetServerEnum is machine or any other hardware device? Pin
Le@rner10-Feb-10 1:30
Le@rner10-Feb-10 1:30 
AnswerRe: How can find out values return by NetServerEnum is machine or any other hardware device? Pin
Mircea Puiu10-Feb-10 1:53
Mircea Puiu10-Feb-10 1:53 
GeneralRe: How can find out values return by NetServerEnum is machine or any other hardware device? Pin
Le@rner10-Feb-10 18:26
Le@rner10-Feb-10 18:26 
GeneralRe: How can find out values return by NetServerEnum is machine or any other hardware device? Pin
Mircea Puiu10-Feb-10 22:15
Mircea Puiu10-Feb-10 22:15 
QuestionCListBox not being drawn topmost Pin
maycockt10-Feb-10 1:21
maycockt10-Feb-10 1:21 
AnswerRe: CListBox not being drawn topmost Pin
loyal ginger10-Feb-10 1:35
loyal ginger10-Feb-10 1:35 
QuestionRe: CListBox not being drawn topmost Pin
David Crow10-Feb-10 3:49
David Crow10-Feb-10 3:49 
AnswerRe: CListBox not being drawn topmost Pin
maycockt10-Feb-10 3:58
maycockt10-Feb-10 3:58 
QuestionRe: CListBox not being drawn topmost Pin
David Crow10-Feb-10 4:00
David Crow10-Feb-10 4:00 
AnswerRe: CListBox not being drawn topmost Pin
maycockt10-Feb-10 4:07
maycockt10-Feb-10 4:07 
QuestionRe: CListBox not being drawn topmost Pin
David Crow10-Feb-10 4:12
David Crow10-Feb-10 4:12 
AnswerRe: CListBox not being drawn topmost Pin
maycockt10-Feb-10 4:20
maycockt10-Feb-10 4:20 
GeneralRe: CListBox not being drawn topmost Pin
loyal ginger10-Feb-10 4:49
loyal ginger10-Feb-10 4:49 
GeneralRe: CListBox not being drawn topmost Pin
maycockt11-Feb-10 4:31
maycockt11-Feb-10 4:31 
QuestionProblem in File seek() Pin
Member 439977110-Feb-10 1:08
Member 439977110-Feb-10 1:08 
AnswerRe: Problem in File seek() Pin
Richard MacCutchan10-Feb-10 1:46
mveRichard MacCutchan10-Feb-10 1:46 

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.