Click here to Skip to main content
15,898,035 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all

i want to open a new word document on button click in window application using c# 3.0

i used

System.Diagnostics.Process.Start("msword");

but it does not work
Posted

1 solution

Hi,

Please try following:

C#
System.Diagnostics.Process.Start("winword");



Please do let me know, if you have any doubt.

Please provide "Vote" if this would be helpful, and make "Accept Answer" if this would be correct answer.

Thanks,
Imdadhusen
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900