Code to run exe like mspaint,autocad etc in asp.net.

Answers were Sorted based on User's Feedback



Code to run exe like mspaint,autocad etc in asp.net...

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

Code to run exe like mspaint,autocad etc in asp.net...

Answer / ashwini

Process .Start("mspaint")

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C Sharp Interview Questions

Can properties be overloaded in c#?

0 Answers  


What is the use of 0 in c#?

0 Answers  


Can a class be protected in c#?

0 Answers  


What does args mean in c#?

0 Answers  


What is serialization in dot net?

0 Answers  






What is better C# or VB.NET?

0 Answers  


What is static class in C#?

0 Answers   Winsol Solutions,


Can you store different types in an array in c#?

0 Answers  


How is a loop recorder monitored?

0 Answers  


Can Any body send C Sharp latest interview questions to my mail id: alim.mtech@gmail.com.

1 Answers  


What are the Types of configuration files and their differences

0 Answers   BirlaSoft,


Can you explain template pattern?

0 Answers   QuestPond,


Categories