Results 1 to 7 of 7

Thread: TreeView Structure

  1. #1

    Thread Starter
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238

    TreeView Structure

    Does any one know where can I get this API Structure declaration in VB Format?

    PHP Code:
    typedef struct tagTVITEMEXA {
        
    UINT      mask;
        
    HTREEITEM hItem;
        
    UINT      state;
        
    UINT      stateMask;
        
    LPSTR     pszText;
        
    int       cchTextMax;
        
    int       iImage;
        
    int       iSelectedImage;
        
    int       cChildren;
        
    LPARAM    lParam;
        
    int       iIntegral;
    TVITEMEXAFAR *LPTVITEMEXA

  2. #2
    Fanatic Member crispin's Avatar
    Join Date
    Aug 2000
    Location
    2 clicks west of a Quirkafleeg...Cornwall, England
    Posts
    754
    I could translate it for you, but i'm going to assume you want all the macros and everything else too, so heres a link to Brad Martinez Treeview definitions, he's the MVP treeview guy if you want any hardcore samples e.t.c....

    http://www.mvps.org/btmtz/treeview/tvdefs_472.zip
    Crispin
    VB6 ENT SP5
    VB.NET
    W2K ADV SVR SP3
    WWW.BLOCKSOFT.CO.UK

    [Microsoft Basic: 1976-2001, RIP]

  3. #3

    Thread Starter
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238
    Thanks crispin.

    It really help.

  4. #4
    Fanatic Member crispin's Avatar
    Join Date
    Aug 2000
    Location
    2 clicks west of a Quirkafleeg...Cornwall, England
    Posts
    754
    I have some samples for this stuff too if you need any, it can get a bit nasty with all the bitmasking and stuff...
    Crispin
    VB6 ENT SP5
    VB.NET
    W2K ADV SVR SP3
    WWW.BLOCKSOFT.CO.UK

    [Microsoft Basic: 1976-2001, RIP]

  5. #5

    Thread Starter
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238
    can send me a copy? Email to -> Chris

  6. #6
    Fanatic Member crispin's Avatar
    Join Date
    Aug 2000
    Location
    2 clicks west of a Quirkafleeg...Cornwall, England
    Posts
    754
    definitely, got to get them from home, expect them tuesday - sorry for the delay....
    Crispin
    VB6 ENT SP5
    VB.NET
    W2K ADV SVR SP3
    WWW.BLOCKSOFT.CO.UK

    [Microsoft Basic: 1976-2001, RIP]

  7. #7

    Thread Starter
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238
    its ok

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width