本文整理自网络,侵删。
procedure TForm1.FormCreate(Sender: TObject);begin { Position form } Top := 0; Left := 0; { Go full screen } BorderStyle := bsNone; WindowState := wsmaximized; ClientWidth := Screen.Width; ClientHeight := Screen.Height; Refresh; SetForegroundWindow(Handle); SetActiveWindow(Application.Handle);end;
相关阅读 >>
Delphi 结构体的使用、tbitmap和tmemorystream的转换
Delphi win32_networkadapter 网卡 参数说明
Delphi idhttp解决获取utf-8网页中文乱码问题
Delphi webbrowser1 保存文档为 .html
Delphi int64:是Delphi中最大的整数,64位有符号整数
更多相关阅读请进入《Delphi》频道 >>