Is it possible to determine wich sub caused an event to fire?
I'm using webbrowser, and would like to evaluate in the documentcompleted event wich sub had the navigate method that fired this event(has this event is common to all navigate methods)...
This way I could retrieve the information I need to a particular navigate method(url), and pass it to the apropiate sub or have it returned to the calling sub...
I'm using webbrowser, and would like to evaluate in the documentcompleted event wich sub had the navigate method that fired this event(has this event is common to all navigate methods)...
This way I could retrieve the information I need to a particular navigate method(url), and pass it to the apropiate sub or have it returned to the calling sub...