@Snoopy1968 wrote:
can this be adapted for visualbasic:) 😀
Is there anything that can’t be?
You’d have to replace the TreeView_* macros to TVM_GETNEXTITEM calls. Look at here for details.
Declare TVITEM structure and the Windows API functions and constants involved.
And then there the copying of retrived text that I’m not sure how it’s should be done in basic.
That’s why I like C. You don’t have to deal with all that stuff.