Results 1 to 3 of 3

Thread: Refresh Folders in Win2k? - Repost

  1. #1
    Guest
    I got this code from someone here to refresh folders in Windows Explorer with a command button. It works great in Win98 but not in Win2k. Does anyone know the code for that?


    Option Explicit

    AppActivate "Exploring", True
    SendKeys "{F5}", True

  2. #2
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    What about sending shortcut keys to pont to the view menu, then refresh, something like -
    Code:
    Sendkeys "%VR"
    or
    Code:
    Sendkeys "%V"
    Sendkeys "R"
    I haven't tested this as I haven't got windows 2000 on this Pc. Hope this helps you though.

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  3. #3
    Guest
    No, that doesn't work but thanks anyway

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