Microsoft Common Dialog Control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello.

With the ShowOpen method of the Common Dialog Control, is there a way to
have the dialog box come up with the file detail showing?

You can press the 'View Menu' icon at the upper right, and then select
'Details' to bring up the file timestamps. But, is there a way to set that
prior to brining up the dialog box, similar to the way you can set the
directory with the InitDir property?

Thanks,
Mark
 
Might be easier to use

s = application.GetOpenFilename()

it opens with the size and so forth displayed. At least it always has for
me.
 

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

Similar Threads

common dialog box 1
Common Dialog Box 1
common dialog control... list vs. detail display 2
directory browse... 4
Common Dialog Boxes 1
Browse for folder - Jim Rech's 4
Handling Dialog Boxes 3
Additional Controls 1

Back
Top