瑞文文摘
返回首页 | 手机用户请点此访问手机版
关键字:delphi源码,程序在系统任务条上删除 | 时间:2012/9/8

【delphi源码】使程序不在系统任务条上出现

unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;
type
TForm1 = class(TForm)
procedure FormCreate(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form1: TForm1;
implementation
{$R *.dfm}
procedure TForm1.FormCreate(Sender: TObject);
begin
SetWindowLong(Application.Handle, GWL_EXSTYLE, WS_EX_TOOLWINDOW);
end;
end.




上一篇:【delphi源码】在桌面,程序组,开始菜单中建立自身的快捷方式(制作安装程序)

下一篇:【教育文章】《名人传》序 教学设计

Copyright © 瑞文软件工作室 冀ICP备17033643号 联系我们