Link to home
Start Free TrialLog in
Avatar of leds769
leds769

asked on

Progress Bar on another form in C#

Hi,

I have a function that is run from within the click event of a button on frmAdd - what I want to do is have a progress bar on another form, frmTimer, run until the function has finished - I can do this if it is on the same form, but I can't seem to find a way of referencing the progress bar on frmTimer from within the loop of frmAdd.

Can anyone help?

Many thanks
leds
ASKER CERTIFIED SOLUTION
Avatar of MuhammadAdil
MuhammadAdil
Flag of Pakistan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of leds769
leds769

ASKER

I decided to add a status bar/progress bar and have used that instead as it is easier to manipulate.

Thanks for your response!

leds