SaveFileDialog event

  • Thread starter Thread starter Dennis C. Drumm
  • Start date Start date
D

Dennis C. Drumm

Is there a way for the parent that calls the SaveFileDialog.ShowDialog to
consume events associated with this dialog such as LocationChanged, Moved
and Closed events?

I had been working on a way to customize the SaveFileDialog and on second
thought think it might be better to attach a FixedToolWindow dialog to the
bottom that contains the two text box controls I need for user input.

Thanks,

Dennis
 
Hi Dennis,,

Thank you for the posting. Regarding on the issue, I am
finding proper resource to assist you and we will update as soon as posible.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security(This posting is provided "AS IS",
with no warranties, and confers no rights.)
 
Hi Dennis,

First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need to catch the event that was
not exposed in SaveFileDialog window. If there is any misunderstanding,
please feel free to let me know.

As far as I know, this seems to be quite complicated. Since the
SaveFileDialog didn't expose these events to us, we have to catch the
window messages to handle events. Do you need to catch the LocationChanged
event of the file navigation control when the current folder changes? If
so, it might be harder. Since this message won't be sent to the
SaveFileDialog window, we have to do deeper search to that control to get
messages.

HTH.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top