Results 1 to 6 of 6

Thread: access and powerpoint

  1. #1

    Thread Starter
    Lively Member UnderTheTable's Avatar
    Join Date
    Jan 2003
    Location
    beside HeLL
    Posts
    113

    Question 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

  2. #2
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649
    Do you mean the Recent Document list on the Start menu or the MRU list on the File menu of the application?

  3. #3

    Thread Starter
    Lively Member UnderTheTable's Avatar
    Join Date
    Jan 2003
    Location
    beside HeLL
    Posts
    113

    Talking 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

  4. #4
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649
    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

  5. #5

    Thread Starter
    Lively Member UnderTheTable's Avatar
    Join Date
    Jan 2003
    Location
    beside HeLL
    Posts
    113

    Cool 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

  6. #6
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649
    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
  •  



Click Here to Expand Forum to Full Width