At the top of almost all the pages in VBForums.com, there are links for internet.com. When the mouse is hovered over some of these links like IT, Developer, News etc., a drop-down menu pops-up.

When I open a VBForums page in a browser which I have created using the WebBrowser control & hover the mouse over any of these links, the drop-down menu pops-up....that's fine but strangely the DownloadBegin & DownloadComplete events of the WebBrowser control also fire each time the mouse is moved over such links!

Now why are these 2 events firing when the mouse is moved over such links?

As it is, on most occasions, the DocumentComplete event fires more than once; that's the reason I thought of making use of the DownloadComplete event but this event behaves insanely!