On 27 Dec 2006 21:29:18 -0800, farseer wrote:
> Hi,
> i have an applet java applet which basically serves as a stock
> streamer..it connects to a data feed and show the bid/ask/last/etc info
> for a portfolio of stocks in real time. I would like to convert this
> to a C# application, but one that can be run/launched from a web
> browser much like it was an applet.
> I have some questions regarding how to do this
>
> 1. To begin with, is there such a thing as a c# applet?
>
> 2. My understanding from some research is that there is no such thing
> as a c# applet, , but that one can create a windows form control which
> can be run in the browser. Is this correct? What exactly is a Windows
> Form Control? Are there any simple examples out there you can turn me
> on to to study? Will this form control run in any browser and any OS?
>
> 3. I understand that the CLR must be present for this to run. Does
> windows ship with the CLR by default? How difficult is it to prompt
> the user to install the clr if it is not present? is that packaged
> already by microsoft?
>
> 4. Are there any limitations to what can and can't be done with this
> form control? For instance, can it run outside the browser (i.e. not
> embedded, but popped out of the browser)? Can i have multiple forms
> open or can i have one form open other pop up forms?
>
> thanks much.
If you want to recreate the applet then I suggest you take a look at J#
which will allow you to do that. J# supports development of applets. The
client will however require the .NET framework, and in particular the
Visual J# Redistributable Package version 2.0.
Reading through the J# documentatation ought to answer the rest of your
questions, especially about the security (Running outside the browser, etc)
--
Bits.Bytes
http://bytes.thinkersroom.com