procedure WMNChitTest(var Msg:TWMNChitTest);message WM_NCHITTEST;
procedure TForm13.WMNChitTest(var Msg:TWMNChitTest);begininherited;
if Msg.Result=htClient then//将客户区消息转换成拖动标题时产生的消息 Msg.Result:=htCaption;
end;
posted on 2010-03-29 23:01 浔阳渔夫 阅读(159) 评论(0) 收藏 举报
博客园 © 2004-2025 浙公网安备 33010602011771号 浙ICP备2021040463号-3