|
-
Nov 21st, 2000, 01:21 AM
#1
Thread Starter
New Member
I have a program that contains a webbrowser control to display my powerpoint or word files. I load the files to be displayed after being selected this way:
webbrowser1.navigate "C:\temp\xyz.doc"
However, there are some Word files that I do not want all users to be able to view. These files are password protected. I use the GetUserName function to check on the user id before proceeding.
How can I use the code above to open these files without the password prompt? I intend to put the password in my code so that users do not know of the password. Please let me know how to inform Word of the password through the webbrowser control.
Thank you.
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
|