Code to run exe like mspaint,autocad etc in asp.net.
Answers were Sorted based on User's Feedback
Answer / rekha
This code snippet executes mspaint exe. Try it
out.
Process p = new Process();
p.StartInfo.FileName = "mspaint";
p.Start();
| Is This Answer Correct ? | 12 Yes | 5 No |
How does yield return work c#?
What are examples of desktop applications?
What debugging tools come with the .NET SDK? CorDBG
Explain how to parse a datetime string?
What is xml comments in c#?
What is the difference between abstract and abstraction?
What is method and function in c#?
Is static thread safe?
What is an assembly in dotnet?
Define a class and an object?
How do you encapsulate in c#?
How you will handle session when deploying application in more than a server? Describe session handling in a webform, how does it work and what are the limits?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)