Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is overloading with example?

0 Answers  


What are the valid parameter types we can pass in an Indexer ?

3 Answers   CMC,


What is architecture of your poroject? how i c an say?

2 Answers   Eminosoft, HCL, Phoenix Technologies,


What is mvc pattern in c#?

0 Answers  


Explain the use of SN.exe

0 Answers   Accenture,


Wht executescaler method is used?

0 Answers  


Define c# and list the features.

0 Answers  


How big is a 64 bit integer?

0 Answers  


How do I create multifile assembly?

0 Answers  


Does c# provide copy constructor?

0 Answers  


Can I define a type that is an alias of another type (like typedef in c++)?

0 Answers  


Between windows authentication and sql server authentication, which one is trusted and which one is untrusted?

0 Answers  


Categories