With the CommonDialog, you can prevent the user from changing
the directory in which a file will be saved by specifying
..Flags = .Flags Or cdlOFNNoChangeD ir
Is there an equivalent flag (or other mechanism) that can be used
in conjunction with the [System.Windows. Forms].SaveFileDialog ?
TIA,
Phill W.
the directory in which a file will be saved by specifying
..Flags = .Flags Or cdlOFNNoChangeD ir
Is there an equivalent flag (or other mechanism) that can be used
in conjunction with the [System.Windows. Forms].SaveFileDialog ?
TIA,
Phill W.
Comment