|
-
May 24th, 2001, 02:52 AM
#1
Thread Starter
PowerPoster
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;
-
May 24th, 2001, 06:08 AM
#2
Fanatic Member
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]
-
May 24th, 2001, 07:32 AM
#3
Thread Starter
PowerPoster
Thanks crispin.
It really help.
-
May 24th, 2001, 08:13 AM
#4
Fanatic Member
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]
-
May 24th, 2001, 07:56 PM
#5
Thread Starter
PowerPoster
can send me a copy? Email to -> Chris
-
May 25th, 2001, 09:00 AM
#6
Fanatic Member
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]
-
May 25th, 2001, 10:41 AM
#7
Thread Starter
PowerPoster
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|