running vbscript from VB.NET
Hi Pieter,
This is the only one I could find direct,
It uses the webbrowser
It was the first piece of code I got from Herfried and I find it still
greath.
(Do not think there was much after that)
:-))
\\\
AxWebBrowser.Navigate("about:<html><body
onload=javascript:window.external.addFavorite('" + textbox1.Text +
"')></body></html>")
///
Cor
|