|
-
Apr 15th, 2003, 07:56 AM
#1
Thread Starter
Lively Member
access and powerpoint
hi folks
how can i delete the Access Database files from the recent open list
same with powerpoint file list--- using VB
Thanks in adv
-
Apr 15th, 2003, 07:59 AM
#2
Do you mean the Recent Document list on the Start menu or the MRU list on the File menu of the application?
-
Apr 15th, 2003, 08:51 AM
#3
Thread Starter
Lively Member
MRU....
right now my program clearing documents history, cookies, temp, Word, Excel and temp internet files directories i need to clear Acess file list and Powerpoint files ......
list mru list on the file menu,........
I am working to create a project to kill user history..... so that no evidence of recent activities......
thanks
-
Apr 15th, 2003, 11:17 AM
#4
The MRU list is stored in the registry. For Office 2000 they are stored under the following keys:
PowerPoint:
HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\PowerPoint\Recent File List
Access:
HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\Access\Settings
Best regards
-
Apr 16th, 2003, 01:10 AM
#5
Thread Starter
Lively Member
thanks....
thanks for your help....
here in this solution. the key recent file list is deleted form the registry.
when user goto registry he should not find the this key is missing.... or else what can we do that creating the same key....
can you guide me how to create the deleted key....
Thanks in adv
-
Apr 16th, 2003, 07:08 AM
#6
Don't delete the key! Delete the values that refer to the MRU list under those keys.
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
|