"Rob Windsor [MVP]" wrote:
> Launching No-Touch Deployment Applications with Command Line Arguments
>
http://msdn.microsoft.com/smartclient/understanding/columns/wonders/default.aspx?pull=/library/en-us/dnforms/html/winforms05152003.asp
>
> Rob
>
> "Kevin" <Kevin@discussions.microsoft.com> wrote in message
> news:55B1A4EF-1FA5-4B95-95AD-A3BB25D70249@microsoft.com...
> > Roger, thanks for the reply...
> >
> > What I need to know is how to open and pass parameters to a windows
> > application from an email.
> >
> > I'm assuming this is a common task among developers with web apps. I use
> > it
> > all the time in workflow apps. The web app generates an email that
> > contains a
> > URL with querystring parameters, which will direct the user to a specific
> > page displaying specific data.
> >
> > Any suggestions?
> >
> >
> > "Rob Windsor [MVP]" wrote:
> >
> >> Today you can use No-Touch Deployment to run a rich client application
> >> via a
> >> link on a web page. When Visual Studio 2005 is released this technique
> >> will
> >> be replaced by Click Once.
> >>
> >> No-Touch Deployment in the .NET Framework
> >>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/vbtchno-touchdeploymentinnetframework.asp
> >>
> >> Visual Studio 2005 Click Once Deployment
> >>
http://msdn.microsoft.com/vstudio/tryit/hosted/vstudio2005/clickoncedeployment/default.aspx > >>
> >> --
> >> Rob Windsor [MVP-VB]
> >> G6 Consulting
> >> Toronto, Canada
> >>
http://msmvps.com/windsor/ > >>
> >> "Kevin" <Kevin@discussions.microsoft.com> wrote in message
> >> news:DAFF9C9C-00C4-42E2-B483-31433B9514ED@microsoft.com...
> >> >I develop WEB apps that include data management, wizards and workflow
> >> > (document routing). Most apps utilize email to notify users that action
> >> > is
> >> > required.
> >> >
> >> > For example, an email may contain the following link that directs the
> >> > user
> >> > to an approval web page: DocumentApprovalPage.aspx?ID=123
> >> >
> >> > I would like to start developing apps using rich clients (Windows
> >> > Forms).
> >> >
> >> > MY QUESTION
> >> > How do I use an email to launch a Windows application? Does the
> >> > application
> >> > need to live on a web server? Seems to me this would be a common task,
> >> > but
> >> > I
> >> > can't find the answer!
> >> >
> >> > Appreciate your help.
> >>
> >>
> >>
>
>