Win32 controls

Started by
4 comments, last by UgaBuga 20 years, 9 months ago
Hello! Ive been searching in google and others for info on how to implement a ListView control, but all I get is stuff in MFC! I want it in the normal win32 api. Even msdn hasnt much useful info about it, anyone knows about any tut on that?
Advertisement
There are very few resources about the non-MFC dialog-items on the net. It might help getting a book on it.

.lick
A friend of mine has a very complete book for nt, it has stuff on tree view controls but nothing about list view.
well, in worst case Ill use the tree view, puting the textures/images int the end nodes.. just have to figure how to do it :D
Any ideias?

thx
there is an entire section in MSDN devoted to ListViews.

you didn''t find the large number of example code snippets on the page at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/listview/listview_using.asp of any use? all of this info is non-MFC.

there is also a link to the page at http://msdn.microsoft.com/downloads/samples/internet/default.asp?url=/downloads/samples/internet/shellcc/ListView1/default.asp which is a complete non-MFC sample app.
Oh, thx

I was using the "MSDN Library - October 2001"
a litle out dated :D
Ill check it.. thx again
there''s a section in there as well, although not as many code snippets or samples.

if you haven''t already, goto Platform SDK->User Interface Services->Shell and Common Controls->Common Controls->List View Controls and click on the "Using List View Controls" link.

you can also download an updated version of the platform SDK at http://www.microsoft.com/msdownload/platformsdk/sdkupdate/ which will include new docs that are close to the same that you find online.

This topic is closed to new replies.

Advertisement