Re: What is better than ActiveX

Tech-Archive recommends: Speed Up your PC by fixing your registry



Actually it can but it has to be allowed by the user when the Java applet
runs (idem for .NET based controls or ActiveX). For a browser plugin this is
also implicitely done (by installing the plug in).

Basically whatever solution you choose and depending which level of control
you need on the client machine, the user will have to consent with giving
access under one form (question about giving trust to a signed applet file)
or another (by running a plug in setup).

Try :
http://www.developer.com/java/data/article.php/3303561 for the Java applet
part. Depending on what exactly you are doing this might be not necessary
(for example an applet/.NET control could store data in a private zone known
as "isolated storage" in which case the user doesn't need to give its
consent as the applet can't access elsewhere and also the size of this
storage location is limited).

--
Patrice


"bruce barker" <nospam@xxxxxxxxxx> a écrit dans le message de news:
eKwDmNdBIHA.484@xxxxxxxxxxxxxxxxxxxxxxx
java applets run in a sandbox and can not access client resources. if you
want to run unmanaged code, you need to write active/x for IE and a
browser plugin (same code for firefox, safari, opera and netscape).


-- bruce (sqlwork.com)


sklett wrote:
I think java applets or servlets or something can accomplish the same
thing.

"Yo mama" <aaa@xxxxxxx> wrote in message
news:79OMi.114$R95.67@xxxxxxxxxxxxxxxxxxxxxxx
Hi!
I know that ActiveX is an old technology. But it gives programmer
ability to read all resources on local machine from IE. I am using it in
one of my ASP.NET projects. Firefox can use ActiveX when you have
plug-in installed.
Is there anything ActiveX-like which is supported by all browsers?

Thanks

Hubertos



.



Relevant Pages

  • Re: MSIE exploit
    ... You have to give your browser explicit permission to install an ActiveX ... control, unless you lower your security settings too low. ... > executable files and execute them. ...
    (microsoft.public.security)
  • Re: Trouble embedding ActiveX object in HTML using object tag
    ... > I am trying to embed an ActiveX control that handles barcode scanner ... favorites had to be enabled if you wanted the browser to use them. ... wording seems to indicate that the second computer is using an IE ...
    (alt.html)
  • Re: How to bring ActiveX to top?
    ... >>I have an application that runs as an ActiveX control within a browser ... >>window in question, or perhaps minimised it. ... >>program I need to bring the browser window containing the control to the ...
    (comp.lang.pascal.delphi.misc)
  • Re: Is it possible to run vb.net in web?
    ... It is technically possible to have a windows form run on a remote ... control for the browser to do this. ... hard time writing such an active x control or a java applet. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Encapsulating an MFC app in an Active X control
    ... The solution I thought about was turning the whole thing into an Active ... X control and running it so that it takes all the browser window area. ... to take ActiveX route, you should probably look into creating a ActiveX ...
    (microsoft.public.vc.mfc)