Sups all
I got a simple q: How can i make folder/s invisible?
is this posible?
tnx
Printable View
Sups all
I got a simple q: How can i make folder/s invisible?
is this posible?
tnx
?
use the SetAttr() function and make it Hidden
:)
I dont know this function, can u show me an xample code here, and how can i make the folder to b visible again
tnx
VB Code:
'To make hidden SetAttr "C:\windows", vbHidden 'To unhide SetAttr "C:\windows", vbNormal
:)
not workin for me.. no error no nuthin
did you right mouse click on the folder and check if it is marked hidden?
If it is marked as hidden, then you have chosen to see all hidden files/folders.
Stupid me, it works just fine.
but is there a way to make the folder/s hidden even when the user have chosen to see all hidden files/folders?
not that I know of...
:rolleyes::(