uses
  Windows;
type
  TfrmLogin = class(TForm)
 end;

implementation

{$R *.dfm}

procedure TfrmLogin.FormCreate(Sender: TObject);
begin
     SetWindowLong(Handle,GWL_EXSTYLE,(GetWindowLong(handle,GWL_EXSTYLE) or WS_EX_APPWINDOW));
end;

http://blog.csdn.net/yanjiaye520/article/details/6659662

相关文章:

  • 2021-05-18
  • 2021-11-30
  • 2021-12-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-30
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-23
  • 2022-12-23
  • 2021-12-31
  • 2022-12-23
  • 2022-01-11
相关资源
相似解决方案