Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
wm_copydata example for filemanager Total Commander
#3
Yes this works!!!

THANK YOU!!!


EDIT, update for others who want to experiment with Total Commander, use like this:

Macro Macro25
Code:
Copy      Help
int w=win("Total Commander" "TTOTAL_CMD")

if(!w)    
,ret
,
str data="d:\test[13]C:\Windows"
COPYDATASTRUCT cds;
cds.dwData='D'<<8|'C';
cds.lpData=data;
cds.cbData=data.len+2;
SendMessage(w WM_COPYDATA 0 &cds)

Left panel opens "d:\test" and right panel "c:\windows", use [13] as shown above, do not use \r


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)