blah blah blah is here! blah blah » Close

0
votes
3 answers

ProgressBar & Timer control in C#

There's a "Auto Refresh" checkBox in my WinForm which invokes the Timer control (60000) 1 min to call the form1_Load(); [b]How shall I link the progressBar with timer?[/b] I tried doing something like this:[code]private void ch ...

Feedback