473,739 Members | 5,405 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

What is better than ActiveX

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
Oct 3 '07 #1
4 1753
I think java applets or servlets or something can accomplish the same thing.

"Yo mama" <aa*@aaa.aaawro te in message
news:79******** ******@nlpi070. nbdc.sbc.com...
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

Oct 3 '07 #2
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" <aa*@aaa.aaawro te in message
news:79******** ******@nlpi070. nbdc.sbc.com...
>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

Oct 3 '07 #3
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" <no****@nospam. coma écrit dans le message de news:
eK************* @TK2MSFTNGP06.p hx.gbl...
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" <aa*@aaa.aaawro te in message
news:79******* *******@nlpi070 .nbdc.sbc.com.. .
>>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
Oct 3 '07 #4
Flash.

--
HTH,

Kevin Spencer
Microsoft MVP

DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net

"Yo mama" <aa*@aaa.aaawro te in message
news:79******** ******@nlpi070. nbdc.sbc.com...
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

Oct 4 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

125
14804
by: Sarah Tanembaum | last post by:
Beside its an opensource and supported by community, what's the fundamental differences between PostgreSQL and those high-price commercial database (and some are bloated such as Oracle) from software giant such as Microsoft SQL Server, Oracle, and Sybase? Is PostgreSQL reliable enough to be used for high-end commercial application? Thanks
2
518
by: Irene | last post by:
Currently I have in-house software package written around ActiveX(supporting VB and C++). Currently we are moving to .NET and I wonder what (component) in the .NET can replace(?) the ActiveX? I am a novice in .NET
9
8147
by: Josh Mayfield | last post by:
Note: There is considerable background detail here, but I do have three questions, which are clearly marked and appear right before the sample code. I have a legitimate need to launch an EXE from an HTML page on Windows XP/Internet Explorer. The EXE is already locally installed, and the HTML page is also viewed locally on the PC- it's not a web site. I know of two ways to do this, both of which are featured in the sample HTML file at...
9
3806
by: Avi Nahir | last post by:
Hi all, I'm developing a C# .Net Windows Forms application, and am trying to "host" mshtml. Observing ItWriting control (http://www.itwriting.com/htmleditor/index.php), I saw it implements OLE2 interfaces to host the mshtml control. Mshtml was written to be used through OLE, so that's it: If you're trying to 'host' a control you need to emulate the environment for which the control was written.
15
21322
by: Brett | last post by:
C# code automatically generates or references. Single or Multi apartment threads. What exacty does this do and what will happen if I remove it? Is MTAThread necessary if I want to use multiple threads in my app? Also, why doesn't VB use STA or MTA thread? Thanks, Brett
1
1863
by: JS | last post by:
Hello, I am using ASP .Net to create my own web controls and I have noticed that there is one too many requirements that forces the developer to be aware of and get involved with. In the past the developer could choose between using VC++ and/or VB to create active X controls which primarily only required for the developer to focus on the logic of the code behind of what the control needed to accomplished. The new Visual Studio .Net...
13
5453
by: Kyle Adams | last post by:
I don't know where is the right place to ask this so I will start here. Can someone explain to me what these represent? I think they all have to do with the middleware level, but I really don't understand what a DCOM Server is or a Microsoft Transaction Server, etc. I have no idea.... Kyle
13
1334
by: ThunderMusic | last post by:
Hi, I need to do some graphics work from my ASP.NET 2.0 Website (can upgrade to 3.0 if really needed). Actually, I need the user to be able to draw some things in a rectangle. Some years ago I would have do it using ActiveX, but now I know MS has a new philosophy about this, probably driven to more and more security. What I want to know is : What's the new thing now? Is "the new thing" working on Windows, Mac and Linux? What about IE,...
184
7097
by: jim | last post by:
In a thread about wrapping .Net applications using Thinstall and Xenocode, it was pointed out that there may be better programming languages/IDEs to use for the purpose of creating standalone, single executable apps. My goal is to create desktop applications for use on Windows XP+ OSs that are distributed as single executables that do not require traditional install packages to run. I would like to use a drag and drop UI development...
0
8969
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9337
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8215
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6754
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6054
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4570
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4826
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3280
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2193
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.