After that, do I do
JScript code:
var itemOld = NMTREEVIEW.ReadDWORD(16);
var itemNew = NMTREEVIEW.ReadDWORD(56);
And then some code to read the handle for both structures? (I tried itemOld.ReadDWORD(4) to no avail)
I presume that is not exactly the right way to do, that is why I need help with this
Thank you again for helping me, I will certainly learn a lot out of this
Edit:
I wasn't that far after all
I got it and I also started to understand some code in the treeview class
Thanks a lot for the help matty!
Here is my code:
JScript code:
var hOldItem = NMTREEVIEW.ReadDWORD(20);
var hNewItem = NMTREEVIEW.ReadDWORD(60);