Detect if mouse is over a treeview node?

BlitzMax Forums/MaxGUI Module/Detect if mouse is over a treeview node?

Snixx(Posted 2010) [#1]
I have a preview window and I would need to know if the mouse cursor is over a node (not clicking on a node) in the treeview so that I can then load the file to display in the preview window.... any ideas?


SebHoll(Posted 2010) [#2]
It's not possible using only the official MaxGUI commandset, however, it can be achieved with a bit of Win32 voodoo magic: