Call a JavaScript function in a Google Chrome window from a vb.net program

Posted by user1464827 on Stack Overflow See other posts from Stack Overflow or by user1464827
Published on 2012-06-18T21:13:57Z Indexed on 2012/06/18 21:16 UTC
Read the original article Hit count: 180

Filed under:
|
|

I am having a real problem with this.

I want to know if it is possible to run/call a javascript function in a Google Chrome web browser window from a VB.net application.

The scenario is that i want to monitor the pc activity (which i know how to) and then if a certain event is met (for example, high ram usage) then it calls a JavaScript function in a Google Chrome web browser window so the website is updated. Sort of like a bridge.

The only bit it need to know is the vb.net code for how to access a chrome window and invoke a javascript function if its possible. I assume i will need to use process handlers?

Any help is appreciated.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about vb.net