Getting the result in a structure with SendMessage_?
Posted: Sat May 03, 2003 4:50 pm
My problem is that trying this code i get only 0 in every LV_COLUMN member. In some other similar codes (trying to get in the structure the values) i get the same trouble
Info.LV_COLUMN
SendMmessage_(Hnd,#LVM_GETCOLUMN,1,@Info)
I have tested
SendMmessage_(Hnd,#LVM_GETCOLUMN,1,@Info.LV_COLUMN)
Info.LV_COLUMN
SendMmessage_(Hnd,#LVM_GETCOLUMN,1,@Info)
I have tested
SendMmessage_(Hnd,#LVM_GETCOLUMN,1,@Info.LV_COLUMN)