[阅读: 378] 2006-02-13 07:16:15
class TForm1 : public TCustomForm {
protected:
void __fastcall WMWindowPosChanging(TWMWindowPosChanging & msg);
BEGIN_MESSAGE_MAP
MESSAGE_HANDLER( WM_WINDOWPOSCHANGING, TWMWindowPosChanging, WMWindowPosChanging)
END_MESSAGE_MAP( TForm1)
};