What API functions and/or macros do I need to use to work with the list control in Easy Code?
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
Hi,
I attach a zip file demonstrating how to use a ListView control.
Ramon
[attachment deleted by admin]
Thank you. I'll take a look at the code shortly.