`
coolsooner
  • 浏览: 1311238 次
文章分类
社区版块
存档分类
最新评论

ExtractFilePath(Application.ExeName)

 
阅读更多
分享到:
评论

相关推荐

    我写改进的delphi多语言翻译单元

    languagefile.ExportPropertytoInifile(self, 'caption', extractfilePath(application.ExeName)+TheLanguageFile); //languagefile.ExportPropertytoInifile(self, 'items', extractfilePath(application....

    Delphi实现程序的自动识别路径.rar

     if FileExists(ExtractFilePath(Application.ExeName) 'mrkj.jpg') = True then  Image1.Picture.LoadFromFile(extractFilePath(Application.ExeName) 'mrkj.jpg')  else  Application.MessageBox('...

    Delphi7.0编写的数据库系统初始化程序.rar

     if FileExists(ExtractFilePath(application.ExeName) '\qygl.SQL') = False then  begin  Application.MessageBox('请将名为qygl的脚本文件拷贝到应用程序所在的目录.','提示',64);  Exit;  end;  Try  ...

    DevExpress VCL 2011\2012汉化文件

    AFile:=ExtractFilePath(Application.ExeName)+'LANGUAGE\localize.cn.ini'; if FileExists(AFile) then begin cxLocalizer1.LoadFromFile(AFile); cxLocalizer1.Locale :=ALanguageCode; cxLocalizer...

    Delphi 用TDBNavigator组件删除数据显示自定义信息.rar

    Data Source=' ExtractFilePath(Application.ExeName) 'database\db1.mdb' ';Persist Security Info=False';  ADOConnection1.ConnectionString := Str;  ADOConnection1.Connected := True;  ADOQuery1.Active :...

    Delphi7 向Excel文件中插入多种图表.rar

     WorkBook := Excel.Workbooks.Open(FileName := ExtractfilePath(Application.ExeName) 'Book2.xls');  WorkSheet := Excel.Sheets.item['Sheet1'];  Excel.Visible := true;  ChartObject := WorkSheet....

    DevExpress VCL 2012.1.X 汉化包

    LocalFile := trim(ExtractFilePath(Application.ExeName) + '\Config\DevLocal.ini'); if FileExists(LocalFile) then begin MainFM.cxLocalizer.LoadFromFile(LocalFile); MainFM.cxLocalizer.Language:='中文...

    Delphi 将Excel表存入到html中的源码.rar

     ExApph.ActiveWorkbook.SaveAs(Extractfilepath(Application.ExeName) 'mm.htm',xlHtml);  ExApph.quit;  ExApph := unassigned;  end  else  showmessage('请选择Excel表');  保存Excel文件的代码如下,...

    Delphi 向Word文件中插入字符.rar

    Delphi 向Word文件中插入字符,在不打开Word格式文件的情况下,将字符串内容插入到... VApp.SaveAs(Extractfilepath(Application.ExeName) 'Hold11.doc');//保存修改后的Word文档  end;(完整源码请下载源码包。)

    delphi Crc32 校验文件和字串

    //FileStr:=Application.ExeName;//这里取指定的文件的crc32校验值; GetCRC32File(ExtractFilePath(ParamStr(0))+'VersionList.xsd',CRC32); if CRC32<>0 then Memo1.Lines.Add(PChar(IntToHex(CRC32,8))); end; ...

    学生上机游戏专用监控系统

    FilePath := ExtractFilePath(Application.ExeName); // 程序运行后,自动获取Game.txt的路径 assignfile(Gamefile,FilePath+'\game.txt'); // 准备读取game.txt中的信息 reset(Gamefile); except showmessage...

    多国语言支持,自动读写文字资源INI

    多国语言支持说明>> 当前程序应用到Borland C++ Builder 6.5测试(BCB6.5) 对窗体设置语言文件,自动读写.DFM中的文字资源到INI... ML_SetLanguage(this, ExtractFilePath(Application->ExeName) + "Project1_En.ini");

    绿色 Sql Server 原理及全新管理工具

    4. 启动Sql Server iPath:=ExtractFilePath(Application.ExeName); CommandLine:=PChar(iPath+'binnsqlservr.exe -d...datamaster.mdf -l...datamastlog.ldf -e...Loglog.txt+Edit1.Text); CreateProcess( nil, ...

    11 X 12中文点阵字库及其使用方法

    AnsiString LIBFileName=ExtractFilePath(Application->ExeName)+"HZK12.bin"; TFileStream * FilePtr = NULL; try { FilePtr = new TFileStream( LIBFileName,fmOpenRead | fmShareDenyRead ); } catch...

    发送程序-源码

    zzSourceDir:= ExtractFilePath(Application.ExeName); end; procedure TfrmMain.AddCarNumPickList; var Q: TADOQuery; mlen: integer; begin try Q := TADOQuery.Create(Self); Q.Connection := DM....

Global site tag (gtag.js) - Google Analytics