We need to implement an application with following requirements.

This application needs to use a user defined component that plays movie
files. This application needs to run through web pages as well as a
stand-alone application through CD media.
Is has to be developed in VC.Net 1.1/2.0.
What is the best way to implement this application whereby maximum code
utilization can be done for both web and cd usage?

Re: What is the best way to implement this scenario? by Abraham

Abraham
Thu Sep 08 21:58:10 CDT 2005

maybe this link will help you:

http://msdn.microsoft.com/netframework/programming/components/default.aspx

create everything your application will need to do in the component, then
use the methods in the web and windows app


"Prasad Naik" <PrasadNaik@discussions.microsoft.com> wrote in message
news:C9ED9683-DE2F-4CAC-85AA-9CA93A68B2D5@microsoft.com...
> We need to implement an application with following requirements.
>
> This application needs to use a user defined component that plays movie
> files. This application needs to run through web pages as well as a
> stand-alone application through CD media.
> Is has to be developed in VC.Net 1.1/2.0.
> What is the best way to implement this application whereby maximum code
> utilization can be done for both web and cd usage?