摘要:
procedure TForm1.FormCreate(Sender: TObject);begin SetWindowLong( Handle, GWL_STYLE, not (WS_THICKFRAME) and GetWindowLong(Handle, GWL_STYLE) or Integer(WS_POPUP) ); SetWindowPos(Handle, 0, 0, 0, 1... 阅读全文
posted @ 2009-12-27 14:54
万一
阅读(2284)
评论(0)
推荐(0)
浙公网安备 33010602011771号