C
CrimeMaster
I have write some simple code,this code does not shows network mapped
drives when we run it under system account, otherwise under user
account it shows them correctly.
Any body tell me why did its behaviour change under system account,
and how we can do it under system account.
CFileDialog fileDlg(TRUE);
fileDlg.DoModal();
Regards,
CrimeMaster
drives when we run it under system account, otherwise under user
account it shows them correctly.
Any body tell me why did its behaviour change under system account,
and how we can do it under system account.
CFileDialog fileDlg(TRUE);
fileDlg.DoModal();
Regards,
CrimeMaster