I have a VB program have contains a web browser control, I wonder is there a way for the vbscript or jscript in the web page that browser control displays, to call functions in the VB program.
Thanks in advance!
I have a VB program have contains a web browser control, I wonder is there a way for the vbscript or jscript in the web page that browser control displays, to call functions in the VB program.
Thanks in advance!
If you use asp and make your VB routines activex.dll's then you will be able to call them with vbscript on the server.