Hi. I am developing this GUI using Win32 APIs and C. I am using MS Visual Studio 6.0
I am a Java programmer that all of a sudden is required to work on the native platform, but I guess GUI components are all the same for all platforms and languages.
Well, I need a tree view component (or control as MS call it). I have been looking for samples over the web, but everything I have found so far is WEB oriented or it is totally incomplete.
We were forbident to use MFC, so those samples don't work for me.
Where could I find docs and SAMPLE code (sample code being the most important). Microsoft MSDN web site is so horribly organized that it is really dificult to find anything there, and most of the sample code is incomplete missing resource files and more.
If anybody have a simple Win32 App. where I could see how to create and use a tree view control, it would be perfect.
Thanks a lot for your time.