954,500 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

help with list view

Could someone explain how to use a list view in the windows api (Like when your in windows explorer in details view). I read an article about it and searched google, but I'm still not sure how to use it could someone explain it to me. I want a simple list with three columns. Thanks.

curt22
Junior Poster in Training
57 posts since Sep 2007
Reputation Points: 10
Solved Threads: 0
 

Are you using MFC or pure win32 api? My best suggestion for you is to download the several example programs you can find with google and try them out. Nothing helps one understand a problem like practicle demonstration.

Ancient Dragon
Retired & Loving It
Team Colleague
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343
 
Are you using MFC or pure win32 api? My best suggestion for you is to download the several example programs you can find with google and try them out. Nothing helps one understand a problem like practicle demonstration.

I'm using pure win32 api, and I have downloaded some examples but I still don't understand how to do it. Could someone explain it to me.

curt22
Junior Poster in Training
57 posts since Sep 2007
Reputation Points: 10
Solved Threads: 0
 

A simple example would help a lot.

curt22
Junior Poster in Training
57 posts since Sep 2007
Reputation Points: 10
Solved Threads: 0
 

Here is a simple example I found, hope it helps

[edit]I attached a zip file that I compiled with VC++ 6.0 [/edit]

Attachments ListCtrlTest.zip (8.05KB)
Ancient Dragon
Retired & Loving It
Team Colleague
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You