Thema: Send2FTP

Einzelnen Beitrag anzeigen

Benutzerbild von smallsmoker
smallsmoker

Registriert seit: 12. Nov 2007
Ort: Duisburg
283 Beiträge
 
#97

Re: Send2FTP

  Alt 21. Mai 2008, 20:15
Version 1.0.11 ist nun verfügbar
änderungen siehe changelog
mfg smallsmoker

boa das war schwer

happy bugtracking

€toms: reicht es für diese dymische sache wenn ich einfach hinschreibe:

Delphi-Quellcode:
  if (paramstr(1) = 'editthesend2ftpsettings') or (paramcount < 1) then
  begin
  Application.CreateForm(TForm1, Form1);
  Application.CreateForm(TForm2, Form2);
  end
  else
  Application.CreateForm(TForm3, Form3);
  Mit Zitat antworten Zitat