Re: Handle wParam in WM_PAINT properly

2005-03-24 Thread Dimitrie O. Paun
On Fri, Mar 25, 2005 at 06:50:59AM +0100, Filip Navara wrote: > Hmm, MSDN says that the wParam of WM_PAINT is not used and I always > believed it. Are you sure that you're not confusing it with WM_PRINTCLIENT? Yeah, it's an undocumented "feature". Check out all other standard/common controls, the

Re: Handle wParam in WM_PAINT properly

2005-03-24 Thread Filip Navara
Dimitrie O. Paun wrote: ChangeLog Handle wParam in WM_PAINT properly: if non-null, it is the hdc we are supposed to use to draw into. Hmm, MSDN says that the wParam of WM_PAINT is not used and I always believed it. Are you sure that you're not confusing it with WM_PRINTCLIENT? - Filip