S3_Leo 发表于 2024-6-15 17:27:00

DELPHI 使窗体顶置

create 中添加
Application.NormalizeTopMosts;
SetWindowPos(self.Handle, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOMOVE orSWP_NOSIZE);
页: [1]
查看完整版本: DELPHI 使窗体顶置