0

I'm a newbee in handling html document with vb.net webbrowser

i have an the html document, in that some objects are selectable, i'm able to load this html document in vb.net webbrowser control of vb.net, is there in possible way to get a selected object information in vb.net

html document used is available in bellow link... HTML File link

  • [How to set the Style of a HtmlElement at the Mouse position when a Key is pressed](https://stackoverflow.com/a/61318665/7444103) – Jimi Feb 20 '22 at 10:05
  • Anyway, you probably want to replace your WebBrowser Control with [WebView2](https://learn.microsoft.com/en-us/microsoft-edge/webview2/). It's simple to inject JavaScript and send messages to the Document and receive notifications from event listeners. – Jimi Feb 20 '22 at 10:17
  • I don't see the webview2 control in my vb toolbox, I'm i missing something? – Murugesha M S Feb 23 '22 at 19:50
  • You have to add it using NuGet Package Manager. – Jimi Feb 23 '22 at 19:56

0 Answers0