-
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;
} TVITEMEXA, FAR *LPTVITEMEXA;
-
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
-
:) Thanks crispin.
It really help.
-
I have some samples for this stuff too if you need any, it can get a bit nasty with all the bitmasking and stuff... :eek:
-
:eek: can send me a copy? Email to -> Chris
-
definitely, got to get them from home, expect them tuesday - sorry for the delay....
-