all groups > dotnet distributed apps > october 2005 >
You're in the

dotnet distributed apps

group:

Simple Rich Client Question


Simple Rich Client Question Kevin
10/20/2005 6:56:19 AM
dotnet distributed apps:
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!

Re: Simple Rich Client Question Rob Windsor [MVP]
10/20/2005 9:02:06 PM
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/

[quoted text, click to view]

Re: Simple Rich Client Question Kevin
10/21/2005 7:40:02 AM
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?


[quoted text, click to view]
Re: Simple Rich Client Question Rob Windsor [MVP]
10/21/2005 12:14:46 PM
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

[quoted text, click to view]

Re: Simple Rich Client Question Kevin
10/21/2005 12:58:04 PM
Thanks Rob,

Really appreciate your taking the time to respond.

I finally found what I was looking for here:
How to: Retrieve Query String Information in a ClickOnce Application
http://msdn2.microsoft.com/en-us/library/ms172242

-Kevin

[quoted text, click to view]
AddThis Social Bookmark Button