Groups | Blog | Home
all groups > dotnet general > november 2005 >

dotnet general : How do I invoke notepad from a window form application?


Kueishiong Tu
11/12/2005 9:01:02 PM
I have a window form application. My program generates a report. I want to
invoke
Siva M
11/13/2005 12:00:00 AM
System.Diagnostics.Process.Start ("notepad.exe", "<path to your report text
file>");

[quoted text, click to view]
I have a window form application. My program generates a report. I want to
invoke
the window notepad program to show the report. How do I do that?

Kueishiong Tu
11/14/2005 2:21:02 AM
Dear Siva M:

I try and it works. Thanks a lot.

Kueishiong Tu

[quoted text, click to view]
AddThis Social Bookmark Button