Cor ,,
The problem is the partially trust thingy
with a Activex you can do anything as you can normally do with a local
installed application ( access all local resources )
with .Net this is not possible ,, ever even tried to run a .Net app from
your local intranet zone ?? well hysteria times ten when it is the
internet
regards
Michel Posseth [MCP]
"Cor Ligthert [MVP]" <
[email protected]> schreef in bericht
Tim
If you despite what the others have written will try it.
http://msdn.microsoft.com/msdnmag/issues/02/06/rich/default.aspx
I hope this helps,
Cor
"Tim" <
[email protected]> schreef in bericht
ok, a .net control hosted in a browser.
does it have a technical name that I can search for?
any tips/links to get me going?
in the mean time I've played with creating the custom control but I'm
not sure how to get it onto the web page...
thanks
Patrice wrote:
You can create a .NET control hosted in the browser. Of course you'll
need
the .NET framework client side plus the user will have to grant rights
to
your code (not sure if 2.0 will automatically ask the user, AFAIK in 1.1
you
have to supply a MSI file to install this policy ?)...
Else you are left with using a regular ActiveX control or a Java applet.
--
Patrice
"Tim" <
[email protected]> a écrit dans le message de (e-mail address removed)...
yikes!
how can I get client machine access from within a web browser? there
must be a way?
M. Posseth wrote:
As far as i know there is not a good equivalant in .Net
regards
Michel Posseth [MCP]
:
hi,
I would like to create an application that runs in a web browser.
It
must have access to the client machine. I guess a bit like the
microsoft update tool at windowsupdate.com
Having never created anything like this, can anyone point me in the
right direction? I am using VB.NET2005
Thanks
Tim