React to javascript in web browser control
Visual Basic
2
Posts
1
Posters
0
Views
1
Watching
-
I have an application that has a web browser control (VB6) in a vb.net app. How can I write a javascript action that will call a function/sub or fire an event in the vb.net app containing the browser control. e.g. htm source code: . function CodeThatWillPassIntoVBApp(DataToSendToApp) { //As if by magic - data is sent to vb.net app } Jim
-
I have an application that has a web browser control (VB6) in a vb.net app. How can I write a javascript action that will call a function/sub or fire an event in the vb.net app containing the browser control. e.g. htm source code: . function CodeThatWillPassIntoVBApp(DataToSendToApp) { //As if by magic - data is sent to vb.net app } Jim