PDA

Click to See Complete Forum and Search --> : Refresh Folders in Win2k?


Jan 17th, 2001, 08:36 AM
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