hi all
i want to disable network Folder/ or N/W location in the dialog .is there any flag to set
with regards
any help
dingo
Printable View
hi all
i want to disable network Folder/ or N/W location in the dialog .is there any flag to set
with regards
any help
dingo
Bif_dontgobelowdomain
thaks for your information
but still it is showing "My Network Places" in the tree view
i have included " BIF_RETURNONLYFSDIRS|BIF_DONTGOBELOWDOMAIN" these styles
BROWSEINFO bi = {0};
TCHAR szFile[MAX_PATH];
bi.pszDisplayName = szFile;
bi.pidlRoot = (LPCITEMIDLIST )CSIDL_DRIVES;
bi.ulFlags = 0;
SHBrowseForFolder(&bi);
thanks dear ..
the problem is resolved
once again a lot of thanks & regards
dingo