tags:

views:

94

answers:

5

What is the Applet replacement in .Net. If i would need to change the Stock Ticker Applet to a .Net version, What technlogy should i suggest???

Thanks

+4  A: 

Silverlight comes close. This forum post may be of interest to you.

macleojw
+2  A: 

Silverlight is a flash like browser plugin which runs .Net code. Silverlight also runs on Linux and MacOSX. Another alternative is XBAP but that only works on Windows.

Lars Truijens
+1  A: 

activeX controls probably.

Sabeen Malik
A: 

XBAP?

Trickster
A: 

You could build it as a custom/user control.

Joel Coehoorn