Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 1.0 > BOOK: Professional C#, 2nd and 3rd Editions
|
BOOK: Professional C#, 2nd and 3rd Editions
This is the forum to discuss the Wrox book Professional C#, 3rd Edition by Simon Robinson, Christian Nagel, Karli Watson, Jay Glynn, Morgan Skinner, Bill Evjen; ISBN: 9780764557590
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional C#, 2nd and 3rd Editions section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 12th, 2004, 01:41 AM
Registered User
 
Join Date: Aug 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Making C# run in a webpage (like an applet)

Hi!

I'd first like to refer to an article I read earlier:
http://www.csharphelp.com/archives/a...?printable=yes

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)



Lokesh R Jagasia
 
Old January 21st, 2005, 04:24 PM
Authorized User
 
Join Date: Jun 2004
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Default

study 'winfx' programming model; this is MS's solution to your problem which integrates web development with end user apps.






Similar Threads
Thread Thread Starter Forum Replies Last Post
making application run automatically liamfitz Pro VB 6 4 January 23rd, 2008 05:27 PM
need help in applet splashsvp Java Basics 1 March 4th, 2007 08:47 AM
No joy making the downloaded sample code run RMagruder BOOK: ASP.NET Website Programming Problem-Design-Solution 3 February 5th, 2006 12:57 AM
applet parameters k_o_bliss J2EE 0 August 21st, 2005 04:28 PM
Signed Applet example? EhobaX Java GUI 1 January 6th, 2004 06:00 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.