Results 1 to 5 of 5

Thread: Calling a text file from a help menu?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2002
    Location
    Hampshire
    Posts
    18

    Post Calling a text file from a help menu?

    Can anyone help with the above, I have added the file to Related_documents.

  2. #2
    Frenzied Member mxnmx's Avatar
    Join Date
    Dec 2001
    Location
    I'm back...now!!!
    Posts
    1,396
    Do you want a help file to be displayed or just a txt to be opened when Help Menu is clicked?

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Mar 2002
    Location
    Hampshire
    Posts
    18

    Text file?

    Just a txt file to open?

  4. #4
    Frenzied Member ober0330's Avatar
    Join Date
    Dec 2001
    Location
    OH, USA
    Posts
    1,945
    VB Code:
    1. Private Sub CDN_Click()
    2. Shell "Notepad " & App.Path & "\dispatchers.txt", vbNormalFocus
    3. End Sub

  5. #5

    Thread Starter
    Junior Member
    Join Date
    Mar 2002
    Location
    Hampshire
    Posts
    18

    Thanks!

    Thamk you!! ober5861

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