Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

how to create exe maker in application using delphi

24 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;
0 new messages