My code (VS2005, C++) uses a list-view with report style. I set the column
widh programaticaly and that works fine. Now if I change the width of the
columns manualy uising the mouse LVM_GETCOLUMNWIDTH returns the original
width that i set programatically, not the actual width. How to get the
actual width?
Thanks a lot in advance.