Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi ppl. I have a HWND of a ListCtrl with report style. I want to know the no of columns it has. F1 please!
SendMessage(SendMessage(hListCtrl, LVM_GETHEADER, 0, 0), HDM_GETITEMCOUNT, 0, 0);
Great!!! I was about to post this solution myself, but you did it first. Thanks (beerboy_22); this is this.