I am working on a program that utilizes the google map, added with markers that has an addListener event.
I am at no good in html, so, what I will do is to create a basic html file that contain all the markers with addListeners in it to call a cctv camera. as of now, its working inside that html file.
but what I wanted to do is incorporate it in VB, put a web browser in winForms, navigate to the site. here comes my question, how can VB recognize the mouse click event in the marker?

this is the html that I made, that's a marker, changed it to my icon. so what I want, is when I click on that marker, it will trigger an event or maybe a button in VB.
I use this code to call a button in the web browser using a button in vb.
web.Document.All("mConnect").InvokeMember("click")
can I make something vice versa?
hope you guys can help thanks!