本文整理自网络,侵删。
delphi 释放资源文件中的exe文件并运行
制作资源文件我就不用说了吧,下面是怎样释放并运行文件
Res := TResourceStream.Create(Hinstance, 'aaa.exe', 'aaa');
Res.SavetoFile('aaa.exe');
winexec('aaa.exe',sw_Normal);
相关阅读 >>
Delphi出现 no mapping for the unicode character exists in the target multi-byte code page 处理方法
Delphi 2009 之 tcategorypanelgroup[3]: color
关于公历与农历换算和时间处理的单元 calendar.pas
更多相关阅读请进入《Delphi》频道 >>