Prev: Can I make child frame dock to main frame in MDI?
Next: Why i am Getting Error regarding to Just in Time
From: ab` on 28 Mar 2010 15:38 Is is possible to have automatic "Confirm Save As" message boxes to open centered over the CFileDialog?
From: AliR on 29 Mar 2010 10:13 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 29 Mar 2010 16:28 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 29 Mar 2010 19:42
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? |