+ Reply to Thread
Results 1 to 3 of 3

Microsoft Common Dialog Control

  1. #1
    mark
    Guest

    Microsoft Common Dialog Control

    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

  2. #2
    Tom Ogilvy
    Guest

    RE: Microsoft Common Dialog Control

    Might be easier to use

    s = application.GetOpenFilename()

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

    --
    Regards,
    Tom Ogilvy


    "mark" wrote:

    > 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


  3. #3
    mark
    Guest

    RE: Microsoft Common Dialog Control

    Thanks Tom, that does look like it would work better for what is needed.

    "Tom Ogilvy" wrote:

    > Might be easier to use
    >
    > s = application.GetOpenFilename()
    >
    > it opens with the size and so forth displayed. At least it always has for
    > me.


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1