SharePoint Products
Visual C#
Visual Studio
Microsoft ISV
VS Team System
Visual FoxPro
Windows Vista
IE Development
Visual C++
SQL Server
Game Technologies
Visual Basic
Smart Devicet
Audio and Video
.NET Development
Software Development Network>> Visual C#>> Invoking windows application from web application
Invoking windows application from web application
Hot Topic
Running native code on C#
C#console changed to a service
Exposing Types Across Assemblies
Offsetting UserControl location...
what is spyware signature and how to generate
Move objects between System.Collections.List
Please help: console connect to a webpage
a quick question regarding viarable scope
How to assign an explanation to a function in c#
make default webbrowser, and publish problem
Visual C#
How do I configure my VS.NET 2003?
splitting a string into an array ... where a ' is involved...
adding name to the row and column of datagridview in windows c# application
What is wrong with Console.WriteLine(1/100); ?
Using the IS operator in a FOREACH loop
Casting via Reflection?
foreach in C#
Convert type 'string' to 'System.Web.UI.WebControls.TextBox'
Check monitor status (power management)
Using Enum as Index
Invoking windows application from web application
Can I open an windows application from web application.
Answer this question
Invoking windows application from web application
TheInsaneCoder
If you want to run the windows application server side, just use Process.Start to start the application you want.
Invoking windows application from web application
Answer this question
Invoking windows application from web application
TheInsaneCoder