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
Option Explicit
AppActivate "Exploring", True
SendKeys "{F5}", True