How to: Open MS Word Application in vb.net?
Hi all,
I want to know the code of how to open an application from a button in a vb.net forum. The user can treat this application as if he open MS office word..
I reached this code but it doesn`t work:
Dim wa As New Microsoft.Office.Interop.Word.Application
Dim wd As New Microsoft.Office.Interop.Word.Document
wd = wa.document.open("C:\DocumentandSettings\User\Desktop\W.doc")
Thank you ..
|