In VB.Net we're showing a small notification window (similar to Outlook new mail notification feature), whenever a content (may be jobs completed in past few minutes along with some statistics) of a website changes. The data to be shown is a small table, so we're using webbrowser control (docked on top of the windows form) to render the html in a table format. However we're not able to use MouseEnter, MouseMove, MouseMove events, to keep the notification window alive when user navigates on top of the window.
Is there anyway where we can have this resolved? We somehow need to trigger a event whenever the mouse stays on the notification window.