10-29-2014, 04:04 AM
I cannot find an "OnClick" event. This is for "SelectionChanged".
under fv=we3.Document:
at the very bottom:
In need on click, can use message WM_SETCURSOR.
under fv=we3.Document:
at the very bottom:
#sub fv_SelectionChanged
function Shell32.IShellFolderViewDual3'fv
Shell32.FolderItem fi=fv.FocusedItem
str path=fi.Path
out path
In need on click, can use message WM_SETCURSOR.