I asked this a few days ago but it appears I didnt word it correctly.

Is there any way to place a html control onto a windows form in .net such
that the javascript on the html displayed within the html can access
properties and methods of the application via the external object in JS?

Re: html control by hirf-spam-me-here

hirf-spam-me-here
Tue Nov 25 05:28:38 CST 2003

* "Phil Da Lick!" <phil_the_lick@nospam.hotmail.com> scripsit:
> I asked this a few days ago but it appears I didnt word it correctly.
>
> Is there any way to place a html control onto a windows form in .net such
> that the javascript on the html displayed within the html can access
> properties and methods of the application via the external object in JS?

I don't think so.

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>

Re: html control by Phil

Phil
Tue Nov 25 07:39:23 CST 2003

"Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
news:bpvekk$1sedst$4@ID-208219.news.uni-berlin.de...
> * "Phil Da Lick!" <phil_the_lick@nospam.hotmail.com> scripsit:
> > I asked this a few days ago but it appears I didnt word it correctly.
> >
> > Is there any way to place a html control onto a windows form in .net
such
> > that the javascript on the html displayed within the html can access
> > properties and methods of the application via the external object in JS?
>
> I don't think so.

so would it be correct that for this and other automation, com is still the
way to go then?