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 do you mean by parsing and how to parse a date time string in c#?
Explain the types of comments in c#?
What are the steps for creating clr trigger
Can we inherit partial class in c#?
What is a method signature?
What is equal c#?
Why do we need generics?
In which format you can pass the value in the sleep function?
What is the difference between == and object.equals?
What is xml document how do you open it?
Distinguish between continue and break statement?
List the two important objects of ado.net and also list the namespaces that are commonly used in ado.net to aid in connection to a database.
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)