SendMessage(hwnd, 1075, 2018, 0)
It works fine mostly. But when I selected the ".." folder on the top of list, TC shows a Error dialog.
Is there any way to avoid this msg?
How 2 copy a selected file path without Error Dialog?
Moderators: Hacker, petermad, Stefan2, white
Well, perhaps you could check if focused item index is 0 and its name is ".."...
History.txt wrote:25.11.11 Added: Send WM_COPYDATA with dwData='G'+256*'A' and lpData pointing to command to get back WM_COPYDATA with various info. Supported commands A: Active side (returns L or R), or two byte command: first byte: L=left, R=right, S=source, T=target. Second byte: P=current path, C=list count, I=caret index, N=name of file under caret. dwData of return is 'R'+256*'A' (32/64)