Attach File
-
How can I attach or access a word document (or any other file) from a VB application (or attach a file).
-
How can I attach or access a word document (or any other file) from a VB application (or attach a file).
You cannot "attach" a file to a VB application. What are you looking to do with this file?
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
You cannot "attach" a file to a VB application. What are you looking to do with this file?
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
From the menustrip on the help tab, I would like to link a work document to explain or give a user guide to the application
Process.Start("MyDocument.Doc")
would load the document using the associated program although I would suggest using one of the many free HTML Compilers (creating CHM file) or a help file creator. Failing that I would save the final document as a PDF file.Steve Jowett ------------------------- Sometimes a man who deserves to be looked down upon because he is a fool, is only despised only because he is an 'I.T. Consultant'