Dear all
all i need to know how to make control on show all files or hide files in win vista
i using this code but does not work
RegistryKey
key = Registry.CurrentUser.CreateSubKey("SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced" );
key.SetValue(
"Hidden", 2, RegistryValueKind.DWord);