How do I open a word .doc? This is what I have tried but it only opens word, not the file:
CODE:
FileOpen(1, "C:\Help.doc", OpenMode.Input)
System.Diagnostics.Process.Start("WinWord.exe")
Help please?
Printable View
How do I open a word .doc? This is what I have tried but it only opens word, not the file:
CODE:
FileOpen(1, "C:\Help.doc", OpenMode.Input)
System.Diagnostics.Process.Start("WinWord.exe")
Help please?
System.Diagnostics.Process.Start("C:\Help.doc")