how to create exe maker in application using delphi

23 views
Skip to first unread message

risand...@yahoo.com

unread,
May 23, 2015, 12:39:45 PM5/23/15
to
hi, sorry if my English is not good
I want to make an application in an application using Delphi code,
I tried to use components savedialog to store applications but always failed, I still do not understand what Delphi can make application in an application like exe maker

This simple code example that I use:

var
new: TApplication;
begin
if savedialog.execute then begin
new: = Application.Create (savedialog.filename);
end;
end;
Reply all
Reply to author
Forward
0 new messages