المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How can I use timers in BHO?



C# Programming
05-04-2009, 06:51 PM
present, and according to data availble as packet by packet.
I want to read the html elements obtained and change the innertext of each html element. I am able to do all these.
The main thing is I want the changed text should be visible to user directly instead of original text which is obtained in packets.
How can I do this?

If I had to use threading, How can I do that?
or If I can user timers, how can I do this?

Say correct solution. If there are any examples, it would be so much helpful for me...