News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Lists?

Started by Bieb, May 31, 2005, 05:50:55 PM

Previous topic - Next topic

Bieb

What API functions and/or macros do I need to use to work with the list control in Easy Code?

Ramon Sala

Hi Robert,

ListView controls are managed by sending messages to them (SendMessage API call). Have a look at messages beginning with LVM_ (i.e. LVM_INSERTITEM).

I'll try to make an example tomorrow.

Ramon
Greetings from Catalonia

Ramon Sala

Hi,

I attach a zip file demonstrating how to use a ListView control.

Ramon


[attachment deleted by admin]
Greetings from Catalonia

Bieb

Thank you.  I'll take a look at the code shortly.