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 |
What is overloading with example?
What are the valid parameter types we can pass in an Indexer ?
What is architecture of your poroject? how i c an say?
2 Answers Eminosoft, HCL, Phoenix Technologies,
What is mvc pattern in c#?
Explain the use of SN.exe
Wht executescaler method is used?
Define c# and list the features.
How big is a 64 bit integer?
How do I create multifile assembly?
Does c# provide copy constructor?
Can I define a type that is an alias of another type (like typedef in c++)?
Between windows authentication and sql server authentication, which one is trusted and which one is untrusted?
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)