Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hallo Zusammen,
weiss jemand vielleicht, wie man bei einem CListCtrl zur Laufzeit zwischen den Ansichten als Report o. als Liste umschalten kann??
Vielen Dank im Voraus. Franz
Sollte mit ModifyStyle gehen.
z.B. Report -> zu icon
myListCtrl.ModifyStyle(LVS_REPORT,LVS_ICON);
Danke!