Making C# run in a webpage (like an applet)

  • Thread starter Thread starter HypoThraXer
  • Start date Start date
H

HypoThraXer

Hi!

I'd first like to refer to an article I read earlier:
http://www.csharphelp.com/archives/archive109.html?printable=yes
This article had originated from this group itself.

What this example does is allow you make a 'C# Applet', that you can see on
the web.

But this eg required that you implement System.Windows.Forms.Control, if you
have a standard Windows Form, it must implement System.Windows.Forms.Form

So I'd like to ask, can the same thing be done for a
System.Windows.Forms.Form application??


Exactly what my application must do is:
- Run within IE
- Expose some buttons controls
- Run a little graphics (mainly translation of an image)
- Communicate a stream to a server


Can this be done?

Can anyone post a sample of this? I think something like an online stock
ticker comes pretty close to what I want.


Any more info needed for an ans, pls tell me.

Thanx in advance

- HypoThraXer (lokeshrj@<RemoveThis>yahoo.com)
 
Back
Top