Posts: 151
Threads: 90
Joined: Aug 2014
Thank you for help at all times.
The controller inside the red border is "ActiveX: SysTreeView32".
1. Drag and drop the test folder into Systreeview32 and the file will be added.
2. Is there a way to add directly without dragging and dropping?
Posts: 12,097
Threads: 142
Joined: Dec 2002
Copy/paste. Don't know other ways.
Posts: 151
Threads: 90
Joined: Aug 2014
Gintaras Wrote:Copy/paste. Don't know other ways.
Thanks for the answers.
This command selects the file
SendMessage c TVM_GETNEXTITEM TVGN_CARET 0
This command removes the file
SendMessage c TVM_DELETEITEM TVE_EXPAND 0
Is there no way to add it using SendMessage?
Posts: 12,097
Threads: 142
Joined: Dec 2002
Is the control in your dialog?
Posts: 151
Threads: 90
Joined: Aug 2014
Gintaras Wrote:Is the control in your dialog?
This controller exists within the site.
Posts: 12,097
Threads: 142
Joined: Dec 2002
Not in your dialog? Then SendMessage cannot be used.
Posts: 151
Threads: 90
Joined: Aug 2014
Gintaras Wrote:Not in your dialog? Then SendMessage cannot be used.
Okay. Thank you for your reply.