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;

相关文章:

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