08-28-2006, 07:11 PM
Mouse messages such as WM_LBUTTONDOWN are posted to the window that is at the top, in this case to the ToolbarWindow32 control. Either subclass it or use WM_SETCURSOR instead. WM_SETCURSOR is always passed to parent.
