adding a text box to the fileopen dialog.

  • Thread starter Thread starter AussieRules
  • Start date Start date
A

AussieRules

Hi,

Is it possible to add a text box to capture some extra data in the
fileopendialog control.

If not, is it is to mock up a copy of it ?
 
Not that I know of... but you could make your own dialog with the
DirectoryInfo and FileInfo classes a combobox, listview and a few listboxes.
Don't think it'd be hard at all.
 
* "AussieRules said:
Is it possible to add a text box to capture some extra data in the
fileopendialog control.

It's possible with dialog templates, but that's not easy to accomplish
using .NET.
 

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