Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compilation Error
Message
From
08/01/2008 10:39:22
John Baird
Coatesville, Pennsylvania, United States
 
General information
Forum:
ASP.NET
Category:
Class design
Miscellaneous
Thread ID:
01280102
Message ID:
01280216
Views:
17
      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;
Previous
Reply
Map
View

Click here to load this message in the networking platform