How to use Tools.Shell

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want my program to open a text file in wordpad

Tools.Shell filename should do it I think??

but it says I am missing a using directive

So what do I need to include

(or is there a better way?)

Thanks
 
Patrick,

I don't know what "Tools.Shell" is. It seems like it is from a
third-party library and not part of the framework.

What is it? You probably have to add a reference to an assembly, and
then place a "using" declaration for the namespace that the "Tools" type is
in.

Hope this helps.
 
Back
Top