How can I create a webbrowser control and associate a single DocumentComplete event to it ? Basically I want to be able to reuse the same DocumentComplete event but for some reason, it will never stop firing that Event, So when I dispose the webbrowser object, it stopped firing the event. But I want to be able to create another control and reuse that Event for it!
cheers
1 Answer