Hi All,
I want to open word and excel document in .net
if some one can help me with example code
then it will be a great help for me
Thanks in Advance
RK Sharma
Printable View
Hi All,
I want to open word and excel document in .net
if some one can help me with example code
then it will be a great help for me
Thanks in Advance
RK Sharma
hi sharma,
Using Process.Start(notepad), you can open notepad application.
For that you have to import (in c# - using ) System.Diagnostics in your
file.
That is all.
Sukumar
"rk sharma" <sharma2000usa@yahoo.com> wrote:
>
>
> Hi All,
> I want to open word and excel document in .net
> if some one can help me with example code
> then it will be a great help for me
>
> Thanks in Advance
> RK Sharma