Groups | Blog | Home
all groups > asp.net > april 2004 >

asp.net : Applets (.NET style!)


Alan Seunarayan
4/18/2004 10:17:16 PM
Hello all,
I hope someone out there can help me. I have developed a few
WindowsForms controls that can be embedded into my web page. I am aware
that the target PC has to have DNF on it, but how can I do the following...?

1) Download a custom component in a CAB file and install it (maybe into
GAC)
2) Ensure that any 3rd party components that are used by my UserControl
are able to be used
even if the user doesn't have them installed.
3) Install DNF via the web

Many thanks (in advance)

Alan Seunarayan

lukezhan NO[at]SPAM online.microsoft.com
4/19/2004 2:19:02 AM
Hi Alan,

What is DNF you mean? a third party component?

To embed a control in web form, you mat refer to following article:

HOW TO: Host ActiveX Controls in a Web Form
http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q317392

Hope this help,

Luke
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
Alan Seunarayan
4/19/2004 8:27:15 AM
DNF (dot net framework)

[quoted text, click to view]

lukezhan NO[at]SPAM online.microsoft.com
4/20/2004 6:34:49 AM
Hi Alan,

To deploy a custom .NET component via downloading, you may take a look at
smart client in .NET:

http://www.microsoft.com/net/products/client.asp

http://weblogs.asp.net/dphill/articles/66300.aspx

However, for .NET framework, we only have two approuch:

1. download the setup file and execute locally
2. Windows Update

Hope this help,

Luke
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
AddThis Social Bookmark Button