IFileOpenDialog in C#

  • Thread starter Thread starter usuenginerd
  • Start date Start date
U

usuenginerd

I was wondering if there are examples or a way of using IFileDialog and those
Classes that inherit from it, in C#. I have an application that I would like
to add functionality on the OpenFileDialog box, to give my users more
options. This is the only thing that I have found to allow customization of
the file dialog boxes.

Thanks,
usuenginerd
 
It seems to me that Microsoft has a base dialog box and then they customize
it according to the operation. If you look in Office 2007 MSWord and look at
the differences from the 'Save As...' Dialog box and the 'Open' Dialog box
there are some noticable differences. I don't know how this is but it would
seem to me that the dialog boxes should be able to be customized. I guess
the other option that I have is to create a follow up dialog box to the
'Open' dialog box and allow the user to set some options there. This would
be a custom dialog box.

Thanks
 
Thanks Pete for your help I will post this same question under a different
thread base.

usuenginerd
 

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