VB.NET Open word document -
How do you open a word / pdf document in VB.NET? I had code and I remember that it was too low.
Assume that an app is registered to handle PDF or .DOC files, you can use the following Are:
System.Diagnostics.Process.Start ("C: \ path \ filename.pdf") System.Diagnostics.Process.Start ("C: \ Path \ filename.doc")
Comments
Post a Comment