Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SHDOC right click on folder, catch path
#4
Try this modified function and when you select (left click/double click) any folder/file and it will show the full path at the bottom dialog.

Function shdoc_folderchange
Code:
Copy      Help
#sub fv_SelectionChanged
function Shell32.IShellFolderViewDual3'fv
int- MhDlg
Shell32.FolderItem fi=fv.FocusedItem
str s=fi.Path
s.setwintext(id(8 MhDlg))


Messages In This Thread
SHDOC right click on folder, catch path - by r0n - 11-09-2019, 09:45 AM
RE: SHDOC right click on folder, catch path - by TeddyBear - 11-10-2019, 05:27 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)