Johnblaze1
Programmer
I have a form that has a text box and a progress bar.
The form calls a class the performs a time consuming operation, and fires events for progress and status.
All works as it should with the form update appropriatly.
I tried to call this class within as a backgroundworker. When I do now, it appears all the events from the class are not being registered by the form.
Is this the wrong way to accomplish this? I would like the form to remain responsive, and update appropriatly from the events the class fires.
Any help is appreciated
John
The form calls a class the performs a time consuming operation, and fires events for progress and status.
All works as it should with the form update appropriatly.
I tried to call this class within as a backgroundworker. When I do now, it appears all the events from the class are not being registered by the form.
Is this the wrong way to accomplish this? I would like the form to remain responsive, and update appropriatly from the events the class fires.
Any help is appreciated
John