-
I'm trying to read an external TreeView, but I can't find the constants anywhere. They all begin with TVM_ and they aren't in the Win32API text.
If anyone knows how to read external TreeViews or knows the constant values to this set of constants, please let me know.
Thanks,
Jordan
-
Check out http://www.allapi.net and download the API-Toolshed, it has a lot of constants for the TVM.
Have fun
-
Thanks for the link. I noticed that there are many different "macros" for the TreeView control. Does anyone know how to access these in Visual Basic?
-
-
TreeView macros... they're shown in the MSDN library. Here's a link to the TreeView_GetCount macro.. which should return the number of items in a TreeView by passing the hWnd. Click show toc at the top to view the entire list. It would be great if these could be used in Visual Basic!!
http://msdn.microsoft.com/library/ps...w_GetCount.htm
-
Also it would help if anyone knows how to get items from a TreeView control. Anybody? Anybody? :)