Help for this page

Select Code to Download


  1. or download this
    lResult = SendMessage(         // returns LRESULT in lResult     
       (HWND) hWndControl,         // handle to destination control     
    ...
       (WPARAM) wParam,         // = (WPARAM) (UINT) flag;    
       (LPARAM) lParam         // = (LPARAM) (HTREEITEM) hitem;    
    );
    
  2. or download this
    TVGN_CARET
    TVGN_CHILD
    ...
    TVGN_PREVIOUS
    TVGN_PREVIOUSVISIBLE
    TVGN_ROOT