Billybob54
03-02-2002, 11:23 AM
How can you tell when the progress bar is done(when it becomes empty)?
Progress barBillybob54 03-02-2002, 11:23 AM How can you tell when the progress bar is done(when it becomes empty)? Volte 03-02-2002, 11:25 AM I'm sorry, but I don't understand the question.... When the progress-bar is full, it's Value is equal to it's Max property.. when it's empty, the Value is 0. haoli12345 03-02-2002, 02:03 PM If ProgressBar1.Value = ProgressBar1.Max Then 'do something because its complete End If -Hao Li- |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum