From: ab` on
Is is possible to have automatic "Confirm Save As" message boxes to open
centered over the CFileDialog?
From: AliR on
What is "Confirm Save As"?

If you specify the OFN_OVERWRITEPROMPT then it will ask the use to confirm
overwriting the file.

If that's not what you are talking about, shouldn't you be asking the user
if they want to save before you bring up the CFileDialog?

AliR.


"ab`" <ab(a)absent.com> wrote in message
news:uuVN64qzKHA.3572(a)TK2MSFTNGP02.phx.gbl...
> Is is possible to have automatic "Confirm Save As" message boxes to open
> centered over the CFileDialog?


From: Joseph M. Newcomer on
I would presume that this is a case where there are several possible Save As options and
the user should confirm that the correct set of options has been selected.
joe

On Mon, 29 Mar 2010 09:13:26 -0500, "AliR" <AliR(a)online.nospam> wrote:

>What is "Confirm Save As"?
>
>If you specify the OFN_OVERWRITEPROMPT then it will ask the use to confirm
>overwriting the file.
>
>If that's not what you are talking about, shouldn't you be asking the user
>if they want to save before you bring up the CFileDialog?
>
>AliR.
>
>
>"ab`" <ab(a)absent.com> wrote in message
>news:uuVN64qzKHA.3572(a)TK2MSFTNGP02.phx.gbl...
>> Is is possible to have automatic "Confirm Save As" message boxes to open
>> centered over the CFileDialog?
>
Joseph M. Newcomer [MVP]
email: newcomer(a)flounder.com
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm
From: Tom Serface on
You can always confirm this with your own dialog (something like
AfxMessageBox) after the dialog completes.

Tom

"ab`" <ab(a)absent.com> wrote in message
news:uuVN64qzKHA.3572(a)TK2MSFTNGP02.phx.gbl...
> Is is possible to have automatic "Confirm Save As" message boxes to open
> centered over the CFileDialog?