Code to run exe like mspaint,autocad etc in asp.net.
Answer Posted / 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 |
Post New Answer View All Answers
Explain the Abstract class in c#.net
What is stringwriter c#?
What is predicate c#?
What is yield return in c#?
What is difference between dictionary and list in c#?
how to stored and retrive video in Sql server using asp.net c#......?
Which namespace is required to implement trace ?
What are logical operators in c#?
What is dependency in software?
Why do we use partial class in c#?
Explain the importance and use of each, version, culture and publickeytoken for an assembly.
if you do have a stack overflow profile.what is your ranking?
What is difference between destructor and finalize?
Why do we use interfaces in c#?
What is web forms in c#?