I am trying to use a tree component that fires an event whens omething is dragged on to another item.
Sub object_DragOverItem([index As Integer,] ByVal Item As HXMLTREEITEM, ByRef Effect As Long, ByVal Shift As Integer)
Unfortunately, I have not been able to change the value of variable Effect. Seems like VBScript is treating this as a ByVal. Thje script is running on client btw.
Any thoughts?
Sub object_DragOverItem([index As Integer,] ByVal Item As HXMLTREEITEM, ByRef Effect As Long, ByVal Shift As Integer)
Unfortunately, I have not been able to change the value of variable Effect. Seems like VBScript is treating this as a ByVal. Thje script is running on client btw.
Any thoughts?