|
-
Mar 26th, 2002, 03:23 PM
#1
Thread Starter
Junior Member
Calling a text file from a help menu?
Can anyone help with the above, I have added the file to Related_documents.
-
Mar 26th, 2002, 03:33 PM
#2
Frenzied Member
Do you want a help file to be displayed or just a txt to be opened when Help Menu is clicked?
-
Mar 26th, 2002, 03:44 PM
#3
Thread Starter
Junior Member
-
Mar 26th, 2002, 04:07 PM
#4
Frenzied Member
VB Code:
Private Sub CDN_Click()
Shell "Notepad " & App.Path & "\dispatchers.txt", vbNormalFocus
End Sub
-
Mar 26th, 2002, 04:23 PM
#5
Thread Starter
Junior Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|