Can i do sth like that in .NET?

H

**ham

I wonder if I could make a windows application which hosts html pages, and
instead of the typical .NET controls uses the HTML controls, but at the same
time executes commands of the main application from that html page. I
actually want to make sth like McAfee 8, which has html pages as its
standard UI, however they control the main application.
How can I have such integrity between scripts of an .htm pages and functions
of a windows application ( like VB.Net)

Any help is greatly appreciated...
 
C

Chaz Bocock [Digital Media MVP]

Yes, it is possible.

I've got an application which uses HTML pages as it's only interface via
an embedded IE control, yet I can call functions in the .NET Application
that hosts it, by using "window.external" in JavaScript.

It's NOT simple, but it *is* possible.
 
E

Elp

I wonder if I could make a windows application which hosts html pages, and
instead of the typical .NET controls uses the HTML controls, but at the same
time executes commands of the main application from that html page. I
actually want to make sth like McAfee 8, which has html pages as its
standard UI, however they control the main application.

You can surely do that but it's not gonna be easy i guess. I don't know how
McAfee 8 looks like but i'm curious to know why you want something like
that. There is maybe an easier way of doing what you want.From the
screenshots on the mcafee web site, it does not look like they are using
HTML pages in their application even though i agree that their UI is more
Web browser-like than the ususal Windows application.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top