GetTreeViewNodeRect – The bounding rectangle of a TreeView’s node

GetTreeViewNodeRect – The bounding rectangle of a TreeView’s node

Option ExplicitPrivate Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal _    hWnd As Long, ByVal wMsg As Long, ByVal wParam As Long, _    lParam As Any) As LongType RECT    Left As Long    Top As Long    Right As Long    Bottom As LongEnd TypePrivate Const TV_FIRST = &H1100Private Const TVM_GETITEMRECT = (TV_FIRST + 4)' Return the binding rectangle for the TreeView item whose' handle is passed in the second argument. If the 3rd argument' is True it returns the bounding rectangle for the text portion' of the node, otherwise it returns the bounding rectangle for' the entire row.'' The result rectangle isn't clipped to the TreeView's visibile portion' Coordinates are relative to the TreeView's client area'' You can use this routine to determine the node under the mouse ' cursor, or to precisely move a textbox or a combobox over a given node.Function GetTreeViewNodeRect(ByVal TV As TreeView, ByVal hItem As Long, _    Optional IncludeTextOnly As Boolean) As RECT    Dim lpRect As RECT    ' the function expects in input the handle of the item    ' at the beginning of the RECT structure    lpRect.Left = hItem    If SendMessage(TV.hWnd, TVM_GETITEMRECT, IncludeTextOnly, lpRect) Then        ' a non-zero value means that the item is visible        GetTreeViewNodeRect = lpRect    End IfEnd Function

Share the Post:
Heading photo, Metadata.

What is Metadata?

What is metadata? Well, It’s an odd concept to wrap your head around. Metadata is essentially the secondary layer of data that tracks details about the “regular” data. The regular

XDR solutions

The Benefits of Using XDR Solutions

Cybercriminals constantly adapt their strategies, developing newer, more powerful, and intelligent ways to attack your network. Since security professionals must innovate as well, more conventional endpoint detection solutions have evolved

AI is revolutionizing fraud detection

How AI is Revolutionizing Fraud Detection

Artificial intelligence – commonly known as AI – means a form of technology with multiple uses. As a result, it has become extremely valuable to a number of businesses across

AI innovation

Companies Leading AI Innovation in 2023

Artificial intelligence (AI) has been transforming industries and revolutionizing business operations. AI’s potential to enhance efficiency and productivity has become crucial to many businesses. As we move into 2023, several