Hi, There are several calls to DefaultHandler in the LCL. Notably, TWinControl.PaintWindow, but there are more. Currently these do nothing. Shouldn't they be replaced with IntSendMessage or something alike? Or implement the DefaultHandler function? I guess that would call IntSendMessage after all, so we don't need the extra step. Regards, Micha.