
Help: HitTest function for Drag and Drop
Hi,
Here's my problem: Programming with JScript/VBScript using the Microsoft
common controls (listview, treeview) etc, the HitTest(x,y) function, used
for drag & drop implementation, gives me wrong results.
On my tree view, the hittest function return the first element between y=0
to 300 !
Then the second element, and so on ... And I'm not using a 78 inch font !
So this function gives me wrong result.So, used with the mouse events, it
doesn't tell you really what's under your mouse !
Any help is welcome 8)