Microsoft Common Dialog Control

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
 
G

Guest

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


Top