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.

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


Please Help Members By Posting Answers For Below Questions

Why do we need oops in c#?

994


Define sealed classes in c#?

985


What is class in oops with example in c#?

980


How do I create a multi language, multi file assembly?

1122


Can main method be final?

956


Why do we need a singleton class?

1083


What is the use of console readkey ()?

1079


Why do we use anonymous method in c#?

1006


Who benefits from ajax?

1049


What is the purpose of a namespace?

912


How do I calculate relative time?

984


Is there an equivalent to the instanceof operator in visual j++?

1013


Illustrate the differences between the system.array.copyto() and system.array.clone()?

1036


Can bool be null c#?

934


How do you create partial methods?

1020