What does the return value of the Paint() method mean? I noticed that it returns NIL, 0 or 1.
EMG
What does the return value of the Paint() method mean? I noticed that it returns NIL, 0 or 1.
EMG
Enrico,
nil and zero are equivalent and mean to invoke the default Windows behavior.
1 means that we have already processed the message and that no further Windows work is required
Thank you!
EMG