Description: Yet another one way to have only one copy of running application.
to use this add this unut as first to uses clause in dpr file and
program Nash
uses
UnInst in ..\Nash\UnInst.pas ,
Forms,
...
begin
Application.Initialize
Application.Title := NASH-7.2
Application.CreateForm(TMainForm, MainForm)
Application.Run
end.
To Search:
- [Desktop] - jiyuyichuansuanfadexiaoboshengjingwanglu
File list (Check if you may need any files):
Nash.dpr
UnInst.pas