P
Peter Kaptein
== Parsing the result directly to the browser
In VB (C#, C++ ...) it is possible to embed the browser component inside an
..EXE
After intercepting the Navigate2 event and send a "cancel=true" back, is
there a way to return specific code directly to the browser instead of via a
redirect?
I have seen a method saving it as a file and then redirecting the browser to
that file, but it would be nicer to return it directly to IE.
== An example I found
A solution I found presents the browser component of MS
Internet Explorer and intercepts the Navigate2 event: I did not test it on a
Desktop-machine yet.
http://www.codeproject.com/dotnet/usingaspruntime.asp?print=true
It requires .NET on your machine (I think)
In VB (C#, C++ ...) it is possible to embed the browser component inside an
..EXE
After intercepting the Navigate2 event and send a "cancel=true" back, is
there a way to return specific code directly to the browser instead of via a
redirect?
I have seen a method saving it as a file and then redirecting the browser to
that file, but it would be nicer to return it directly to IE.
== An example I found
A solution I found presents the browser component of MS
Internet Explorer and intercepts the Navigate2 event: I did not test it on a
Desktop-machine yet.
http://www.codeproject.com/dotnet/usingaspruntime.asp?print=true
It requires .NET on your machine (I think)