Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Auto sort files by date in dlg_folder_view
#1
Hello
I'm using the function dlg_folder_view to display a folder that changes often.
It is there a way to start with folders already sorted by date (newest first)?

I already use this to show detailed view:
Shell32.ShellFolderView fv=we3.Document
fv.CurrentViewMode=4
but the sorting is out of my reach

Thank you.
#2
Function dlg_folder_view
Code:
Copy      Help
,fv.CurrentViewMode=4
,
,int c=child("" "SysHeader32" id(3 hDlg))
,PostMessage c WM_SETFOCUS 0 0
,PostMessage c WM_KEYDOWN VK_RIGHT 0
,PostMessage c WM_KEYDOWN VK_SPACE 0
,PostMessage c WM_KILLFOCUS 0 0
#3
Great as always.
Thanks


Forum Jump:


Users browsing this thread: 1 Guest(s)