CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2008
    Posts
    61

    Question FileOpenDialog with 'Details' and 'Modified' active

    At least 5 out of 10 times I open a FileOpenDialog I go to 'Details" and also select 'Modified' (and often I put 'Modified' in first position after 'Name')

    So I wonder how I can make this default behaviour in my FileOpenDialogs.

    (Additional remark : how can I make it default for my useraccount [or even Local Machine] as well ?)

  2. #2
    Join Date
    Jan 2006
    Location
    18° 32' N / 73° 52' E
    Posts
    416

    Re: FileOpenDialog with 'Details' and 'Modified' active

    Quote Originally Posted by SoftwareTester
    At least 5 out of 10 times I open a FileOpenDialog I go to 'Details" and also select 'Modified' (and often I put 'Modified' in first position after 'Name')

    So I wonder how I can make this default behaviour in my FileOpenDialogs.

    (Additional remark : how can I make it default for my useraccount [or even Local Machine] as well ?)
    You need to hack the control to customize it.... i guess...
    Regards,
    MMH
    Rate my post if you find it usefull.

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured