As I do for through an application in VB, to change the attributes of a file for occult or system and to apply immediately for when the user opens the explorer he doesn't get to see, how to send of the command F5
Printable View
As I do for through an application in VB, to change the attributes of a file for occult or system and to apply immediately for when the user opens the explorer he doesn't get to see, how to send of the command F5
Try using the SendKeys statement:
Good luck!Code:Call SendKeys("{F5}", True)