转至繁体中文版     | 网站首页 | 图文教程 | 资源下载 | 站长博客 | 图片素材 | 武汉seo | 武汉网站优化 | 
最新公告:     敏韬网|教学资源学习资料永久免费分享站!  [mintao  2008年9月2日]        
您现在的位置: 学习笔记 >> 图文教程 >> 软件开发 >> Delphi程序 >> 正文
制作一个简单的setup         ★★★★

制作一个简单的setup

作者:闵涛 文章来源:闵涛的学习笔记 点击数:695 更新时间:2009/4/23 18:26:31

unit Unit1;

interface

uses
  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  Dialogs, jpeg, ExtCtrls, StdCtrls, ComCtrls, Grids,
  DirOutln, Buttons, DdeMan,shlobj,comobj,activex;

type
  TForm1 = class(TForm)
    Image1: TImage;
    Label1: TLabel;
    Image2: TImage;
    Label3: TLabel;
    Label2: TLabel;
    Image3: TImage;
    Label4: TLabel;
    DdeClientConv1: TDdeClientConv;
    Label5: TLabel;
    procedure FormPaint(Sender: TObject);
    procedure Label3Click(Sender: TObject);
    procedure Label4Click(Sender: TObject);
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
Form1: TForm1;

smacro:string;

szmacro:array[0..254] of char;

sgroupdesc,sgroupname:string;

sprogdesc:string;

sprogicon:string;

res:tresourcestream;
resname,resnewname:string;


implementation

uses Unit4, Unit5;

{$R *.dfm}
{$R myres.RES}

procedure TForm1.FormPaint(Sender: TObject);

var
i,j:Integer;

Dct:TRect;

begin

form1.WindowState:=wsMaximized;

j:=form1.width;

//获得表单高度

for i:=0 to 255 do

//此处设置RGB()中一个颜色值

begin

Canvas.Brush.Color:=RGB(0,0,255-i);

//每次画矩形的画刷颜色 (左,上,右,下)
//Dct:=Rect(i*2,0,(i+1)*2,j);

Dct:=Rect(0,i*2,j,(i+1)*3);
//每次刷绘的矩形区域

Canvas.FillRect(Dct);

//填充颜色

end;


end;

procedure TForm1.Label3Click(Sender: TObject);
var
smacro:string;

szmacro:array[0..254] of char;

sgroupdesc,sgroupname:string;

sprogdesc:string;

sprogicon:string;

tmpObject:IUnknown;

tmpSLink:IShellLink;
tmpPFile:IPersistFile;

PIDL:PItemIDList;

StartupDirectory : array[0..MAX_PATH] of Char;

StartupFilename : String;

LinkFilename : WideString;
c1:THandle;
begin
label5.Enabled:=false;
form5.show;

if label5.Enabled=false then
begin
if not DirectoryExists(''''C:\方奇flash播放器'''') then

try

ForceDirectories(''''C:\方奇flash播放器'''');


resnewname:=trim(''''C:\方奇flash播放器\方奇flash播放器.exe'''');

resname:=''''MYDBAPP'''';

res:=tresourcestream.Create(hinstance,resname,pchar(''''mydbappfile''''));

res.savetofile(resnewname);


ddeclientconv1.OpenLink;


//建立组群

sgroupdesc:=''''方奇系列软件 '''';

sgroupname:=''''方奇flash播放器v1.0'''';

 //组成宏指令

smacro:=''''creategroup(''''+''''方奇系列软件 ''''+'''',''''+sgroupname+'''')'''';

strpcopy(szmacro,smacro);
ddeclientconv1.ExecuteMacro(szmacro,false); //执行宏指令

//建立ICON图像

sprogicon:=trim(''''C:\方奇flash播放器\方奇flash播放器.exe'''');

sprogdesc:=''''方奇系列软件'''';

smacro:=''''[additem(''''+sprogicon+'''',''''+sprogdesc+'''')]'''';

strpcopy(szmacro,smacro);

ddeclientconv1.ExecuteMacro(szmacro,false);


StartupFilename := ''''方奇flash播放器.exe'''';

tmpObject := CreateComObject(CLSID_ShellLink);
tmpSLink := tmpObject as IShellLink;
tmpPFile := tmpObject as IPersistfile;

tmpSLink.SetPath(pChar(StartupFilename));

tmpSLink.SetWorkingDirectory(pChar(ExtractFilePath(StartupFilename)));

SHGetSpecialFolderLocation(0,CSIDL_DESKTOPDIRECTORY,PIDL);

SHGetPathFromIDList(PIDL,StartupDirectory);

LinkFilename := StartupDirectory +''''\方奇flash播放器.exe'''';

resnewname:=trim(LinkFilename);


res.savetofile(resnewname);
res.free;

//showmessage(''''方奇flash播放器v1.0安装在C:\方奇flash播放器\文件夹下'''');

except

MessageBox(getFocus,''''创建目录失败!'''',''''信息'''',0);

Exit;

end

else Exit;
ModalResult:= mrOK;
end;
end;


procedure TForm1.Label4Click(Sender: TObject);
begin
form4.show;
end;

end.


没有相关教程
教程录入:mintao    责任编辑:mintao 
  • 上一篇教程:

  • 下一篇教程:
  • 【字体: 】【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口
      注:本站部分文章源于互联网,版权归原作者所有!如有侵权,请原作者与本站联系,本站将立即删除! 本站文章除特别注明外均可转载,但需注明出处! [MinTao学以致用网]
      网友评论:(只显示最新10条。评论内容只代表网友观点,与本站立场无关!)

    同类栏目
    · C语言系列  · VB.NET程序
    · JAVA开发  · Delphi程序
    · 脚本语言
    更多内容
    热门推荐 更多内容
  • 没有教程
  • 赞助链接
    更多内容
    闵涛博文 更多关于武汉SEO的内容
    500 - 内部服务器错误。

    500 - 内部服务器错误。

    您查找的资源存在问题,因而无法显示。

    | 设为首页 |加入收藏 | 联系站长 | 友情链接 | 版权申明 | 广告服务
    MinTao学以致用网

    Copyright @ 2007-2012 敏韬网(敏而好学,文韬武略--MinTao.Net)(学习笔记) Inc All Rights Reserved.
    闵涛 投放广告、内容合作请Q我! E_mail:admin@mintao.net(欢迎提供学习资源)

    站长:MinTao ICP备案号:鄂ICP备11006601号-18

    闵涛站盟:医药大全-武穴网A打造BCD……
    咸宁网络警察报警平台