Results 1 to 2 of 2

Thread: Open Word .doc? [RESOLVED]

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 2002
    Posts
    54

    Open Word .doc? [RESOLVED]

    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?
    Last edited by Nintendo_Wizard; Jan 22nd, 2003 at 11:32 AM.

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    System.Diagnostics.Process.Start("C:\Help.doc")

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width