P
Prodip Saha
I am trying to run a method on a class in a wondows application(C#). The
application has only one form(let's say frmMain). The method on the class
has some event handler and I want to print the messages from those events on
to the frmMain. I have tried to run the method under from activation
event.The method runs ok but I can't see the messages until the method call
is completed (and it defeat the purpose). The problem is--the form itself
has not been painted completely.
So my question is--where do I run the method?
Thanks,
Prodip
application has only one form(let's say frmMain). The method on the class
has some event handler and I want to print the messages from those events on
to the frmMain. I have tried to run the method under from activation
event.The method runs ok but I can't see the messages until the method call
is completed (and it defeat the purpose). The problem is--the form itself
has not been painted completely.
So my question is--where do I run the method?
Thanks,
Prodip