Jump to content

GuiTreeView.au3 !


Rofellos
 Share

Recommended Posts

Almost all the functions in GuiTreeView.au3 that return the item handle, requests the item handle as parameter.

It makes no sense to me....

; #FUNCTION# ====================================================================================================================
; Name...........: _GUICtrlTreeView_GetItemByIndex
; Description ...: Retrieve a item by its position in the list of child items
; Syntax.........: _GUICtrlTreeView_GetItemByIndex($hWnd, $hItem, $iIndex)
; Parameters ....: $hWnd        - Handle to the control
;                  $hItem       - Handle to the item
;                  $iIndex      - Zero based index of item in the list of child items
; Return values .: Success      - Handle of the item
;                  Failure      - 0
; Author ........: Paul Campbell (PaulIA)
; Modified.......:
; Remarks .......:
; Related .......: _GUICtrlTreeView_Index
; Link ..........:
; Example .......: Yes
; ===============================================================================================================================
Edited by Rofellos
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...