I'd like to click on a button or a picture and open a file in MS Word. I've tried everything and it just wont work. It worked ok in VB6 but I just can't seem to make it work in .NET.
If anyone can help I'd be really grateful.
Thanks
Mutley123
Tell me and I forget. Show me and I remember. Involve me and I understand.
- Anonymous Chinese Proverb
-----------------------------------
If you can't explain it simply, you don't understand it well enough.
- A. Einstein
Private Sub btnOpen_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnOpen.Click
System.Diagnostics.Process.Start("c:\filename.doc"
End Sub
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.