G
Guest
I have a module which performs data processing job and as each row is
processed progress bar value is incremented. Now I have moved this module in
a separate class. How can I increment the value progress bar which resides on
the main form?
Do I have to pass the progress bar to my class, or there’s some other way?
processed progress bar value is incremented. Now I have moved this module in
a separate class. How can I increment the value progress bar which resides on
the main form?
Do I have to pass the progress bar to my class, or there’s some other way?