473,803 Members | 2,972 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Equivalent of applets or ActiveX controls in .NET?

Hi,

This may sound a trivial question but I didn't find (yet) the equivalent of
..NET to ActiveX controls (good old COM way :-) ) or Java applets which I am
not familiar with but I understand how they work.

Just to explain more clearly. I am looking for:
• An option to run a rich UI application on the client browser not based on
HTML tags or formatting but pure .NET application that uses GDI+ and anything
else required for an application (with or without security limitations)
• The application will be embedded inside a web page and the user will use
it/see it when using the web browser.

(Web Form controls and\or User controls are not the answer since they only
produce HTML tags)
Did I miss it big time in the documentation?

--
Thanks
Eric
Nov 19 '05 #1
11 1755
You still have to use java applets or activex if you want a thick client.
Nov 19 '05 #2
Thanks!

This is more a question to Microsoft:
Is there any future plan to support this scenario?

Eric

"Scott Simons" wrote:
You still have to use java applets or activex if you want a thick client.

Nov 19 '05 #3
> This is more a question to Microsoft:
Is there any future plan to support this scenario?


Wouldn't this have to be supported by the browser?

-Darrel
Nov 19 '05 #4
Yes, but microsoft is powerful enough to extend the HTML specification for
supporting this kind of objects.

it is only an <OBJECT dotnetassembly= ..> or something like that :-)

"darrel" wrote:
This is more a question to Microsoft:
Is there any future plan to support this scenario?


Wouldn't this have to be supported by the browser?

-Darrel

Nov 19 '05 #5
Hello Eric,

You may want to check out our new product, LiveControls for ASP.NET.
This is a suite of 20+ server controls which communicate with the
webserver without refreshing the page. They do render HTML however, so
it isn't exactly what you describe, but the end result is the same
(Rich Windows-like UI in a browser). Also, there are no security
limitations.

Check out a live demo at http://www.dart.com/livetutorial/display.aspx
or the product description at
http://www.dart.com/powerweb/livecontrols.asp

Nov 19 '05 #6

My friends have you not heard for SmartClients ?

Requires client to have .net Framwork installed on there side, pretty much
the same as have the java runtime on client.

It is much much easier then ActiveX way of things.
Look into it and try it. Very cool.

Deasun
"Eric Dan" wrote:
Hi,

This may sound a trivial question but I didn't find (yet) the equivalent of
.NET to ActiveX controls (good old COM way :-) ) or Java applets which I am
not familiar with but I understand how they work.

Just to explain more clearly. I am looking for:
• An option to run a rich UI application on the client browser not based on
HTML tags or formatting but pure .NET application that uses GDI+ and anything
else required for an application (with or without security limitations)
• The application will be embedded inside a web page and the user will use
it/see it when using the web browser.

(Web Form controls and\or User controls are not the answer since they only
produce HTML tags)
Did I miss it big time in the documentation?

--
Thanks
Eric

Nov 19 '05 #7
> Yes, but microsoft is powerful enough to extend the HTML specification for
supporting this kind of objects.
You're kidding. I hate to tell you this, but Microsoft doesn't make Internet
standards. Microsoft didn't create the Internet, doesn't own the Internet,
and has no "power" over the Internet. In fact, nobody does.

As a matter of fact, you can host .Net Windows forms on Internet Explorer
only. Therefore, there is no need to "extend the HTML specification." See:

http://aspnet.4guysfromrolla.com/articles/052604-1.aspx

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.

"Eric Dan" <no****@stopspa mming.com> wrote in message
news:41******** *************** ***********@mic rosoft.com... Yes, but microsoft is powerful enough to extend the HTML specification for
supporting this kind of objects.

it is only an <OBJECT dotnetassembly= ..> or something like that :-)

"darrel" wrote:
> This is more a question to Microsoft:
> Is there any future plan to support this scenario?


Wouldn't this have to be supported by the browser?

-Darrel

Nov 19 '05 #8
> Yes, but microsoft is powerful enough to extend the HTML specification for
supporting this kind of objects.


Huh?

-Darrel
Nov 19 '05 #9
Yeah, that was my reaction too.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.

"darrel" <no*****@hotmai l.com> wrote in message
news:OD******** ******@TK2MSFTN GP14.phx.gbl...
Yes, but microsoft is powerful enough to extend the HTML specification
for
supporting this kind of objects.


Huh?

-Darrel

Nov 19 '05 #10

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

Similar topics

1
3393
by: Justin | last post by:
Hi, We are researching options on which technologies to use for an advanced web application. We are planning on using DHTML as much as possible, but there are a few components that require more traditional desktop application functionality (mp3 player for example), which can't be easily accomplished through dhtml or other standard web techniques. So our list is: 1. Flash - very popular these days, but the development tools are
8
3054
by: Andreas Røsdal | last post by:
Hi, Is there such a thing as python applets for web browsers? (eg. such as java applets?) I think that could be useful. Andreas R.
2
7578
by: Fie Fie Niles | last post by:
This one XP machine (with IE 6) is having a problem viewing any ActiveX controls (created on VB6) on the Internet Explorer browser. I put the same ActiveX control in a VB program, and when I run the VB program on that same machine, I can view the ActiveX control fine. He is using Citrix. The same ActiveX controls can be viewed on other machines. When trying to view 1 of the ActiveX control, he got an error "Visual Basic Run-time redist...
3
2264
by: | last post by:
Hello All, I am doing some research on ActiveX and it's place in .NET. In .NET, does ActiveX have an equivalent counterpart. Where would I be able to locate information on this subject. Thanks.
40
3186
by: Eitan | last post by:
Hello, I know Java-Applet (written for JBuilder). I would like to know about dotnet technology, pros and cons in comparation to Java-Applet technololgy. Can I write a program in dotnet, like Java-Applet, compile it, debug it, and put it as a class on an HTML (like Java-Applet). I would like to introduce to the dot net technology. Give me some samples, please, and a comparation to Java-Applet technology.
12
2598
by: A.M. | last post by:
Hi at all, how can I do to insert into a HTML page a file .txt stored in the same directory of the server where is the html file that must display the text file.txt? Thank you very much P.Pietro
2
2287
by: erik | last post by:
I'm working on a project which will test users abilities to guess a series of randomly generated pitches. The users need to be able to access the program via the web and the results will either be saved on the server hosting the webpage or will be emailed those evaluating the test. Is there a C# equivalent to Java applets to allow my program to run on the web? Do I need to use an Active Server Page? Or is ASP just a way to create dynamic...
1
1386
by: shreesh | last post by:
What is equivalent to JAVA Applets in ASP.NET? Like in JAVA Applet it is first downloaded to the clients computer and then user can use it interactively,how it can be done in ASP.NET WebApplication?
11
3346
by: Spam Catcher | last post by:
Does the .NET framework provide any equivalent of an applet? I've under Winforms Hosted in IE - but Security is a major headache. Is there a way to bypass these security headaches? Can I sign the control, etc. etc?
1
10295
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10069
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9125
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
7604
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
6844
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
5501
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...
1
4275
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
2
3799
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2972
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.