Einzelnen Beitrag anzeigen

Assarbad
(Gast)

n/a Beiträge
 
#4

Re: Überprüfen ob String in ListBox vorhanden

  Alt 28. Aug 2004, 22:21
Zitat von himitsu:
Also kommt es somit auf folgendes raus:
Delphi-Quellcode:
if (Listbox1.Items.Strings[Listbox1.Items.IndexOf(appexe)]) > -1 then
        KillProcess(GetProcessID(appexe));
LOL, so genau hatte ich garnicht hingeschaut. Sieht aber viel eleganter aus als vorher
  Mit Zitat antworten Zitat