Hi all!
Ok so i have gotten a bit further since last time i needed some help with this project of mine.
My problem this time is that i would like to implement drag n drop functionality for the files
between my two list windows. And im simply at a total loss as to where to start, ive had a
look through some examples ive found on the web and also the help program but cant
really figure out how to implement the code in my example.
First version is the one i have gotten the furthest with: myCopyProgram_v2_a,
this code is however pretty rubbish but have most functionalities built
in however buggy they may be Im attaching it to give you an idea of what
i need to do with the next example once i get the basic functions to work.
Second version myCopyProgram_v2_b, is based on the wiki example and is
what im working on now. In this version i cant figure out how to get the files
to show up in my listControls, be ‘drag n dropable’ and at the same time every
time i traverse in my dirTree i want the listControls to be rebuilt with the same
‘drag n drop’ ability? Much like a standard windows explorer, but two of them built
into one window.
Thanks all!
myCopy_v2.rar (7.73 KB)