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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -