There is a cool feature in some applications like The VS.NET itself, in
which IE Server has full integration with the mother application and can
also control it by its web page scripts. For example the first page after
starting VS.NET 2003 is an HTML page, but can also control the main
application, execute files and do things beyond Script level. I just wanted
to do the same. I am using Microsoft Scriptlet (Ver. 1997) in my VB.NET
application, but do not know how to make these two separate entities
communicate with each other. For example, how can I call a function of my
VB.NET application by using a JavaScript function from an HTML page? or vise
versa...? And why don't HTML links function normally when I click them (
Instead of browsing a new page, they open up a new window with nothing in
it..)
Any help is greatly appreciated
Hayato Iriumi - 27 Nov 2004 05:02 GMT
Hello HmDZ,
I've previously blogged about IE hosted .NET control. Please see the following
links for more information.
1. http://www.vbaspcoder.com/PermaLink.aspx?guid=06eb7fbe-ddf3-473d-bd4a-333cb3a28f26
2. http://www.vbaspcoder.com/PermaLink.aspx?guid=132b8742-3c4e-4464-ac70-b89e214c1b1a
3. http://www.vbaspcoder.com/PermaLink.aspx?guid=b1b1446b-6d96-4b94-8a9f-e9fd6f882179
Code Access Seucrity
4. http://www.vbaspcoder.com/PermaLink.aspx?guid=8e784fd0-7b6e-4074-aea5-f79424eabfc0
5. http://www.vbaspcoder.com/PermaLink.aspx?guid=ee7deb3e-3dc1-4580-8df2-692f62351927
If you have any further question, please let me know.
Thanks
> There is a cool feature in some applications like The VS.NET itself,
> in which IE Server has full integration with the mother application
[quoted text clipped - 10 lines]
>
> Any help is greatly appreciated
Atara - 02 Dec 2004 08:23 GMT
Is this [JavaScript<->.Net] connection also possible in
WindowsApplications (throgh axWebBrowser), or only in Web applications ?
Thanks. Atara.
Hayato Iriumi - 02 Dec 2004 15:59 GMT
Yes, you can call .NET control from JavaScript. However, I haven't been
able to control IE browser from .NET control yet. I got a pretty bad
error and haven't been able to figured it out.