Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Compilation Error
Message
De
08/01/2008 10:39:22
John Baird
Coatesville, Pennsylvanie, États-Unis
 
Information générale
Forum:
ASP.NET
Catégorie:
Conception classe
Divers
Thread ID:
01280102
Message ID:
01280216
Vues:
18
      if (progressBar1.Value >= 100)
                t.Stop;     // <---- Errors here with "Only assignment, call, increment,

                            //       decrement, and new object expressions can be used
                            //       as a statement"
Looks to me like you need t.Stop() or t.Enabled = false;
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform