Code to launch the WORD application programatically

Karthikanbarasan
Posted by Karthikanbarasan under C# category on | Points: 40 | Views : 3856
System.Diagnostics.Process.Start("Winword.exe");

Comments or Responses

Posted by: Jkarthick89 on: 2/15/2011 Level:Starter | Status: [Member] | Points: 10
hi Karthik,

Is it possible to open an AutoCAD file, using these same method??



Regards,
Karthick
Posted by: Karthikanbarasan on: 2/15/2011 Level:Silver | Status: [Member] [Moderator] [Microsoft_MVP] [MVP] | Points: 10
Hi,

yes you can... Any exe can be triggers with this!!!
Posted by: Spen_66 on: 9/13/2011 Level:Starter | Status: [Member] | Points: 10
Thank you sir,,, This is very useful.....

Login to post response