24 Mar
2005
24 Mar
'05
11:50 p.m.
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
25 Mar
25 Mar
12:32 a.m.
New subject: Handle wParam in WM_PAINT properly
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, they all support the wParam for WM_PAINT. These two were the only ones that didn't. -- Dimi.
7657
Age (days ago)
7657
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dimitrie O. Paun -
Filip Navara