When I process the LVN_COLUMNCLICK message from my ListView is it possible to change the column header text at that time on the column the user clicked on? I program in straight C using the Win32 API. Thanks, JW
>When I process the LVN_COLUMNCLICK message from my ListView is it possible >to change the column header text at that time on the column the user clicked >on? I don't see why there's any reason you can't use LVM_SETCOLUMN to change the text at that point. Have you tried it? Dave
"David Lowndes" <DavidL@example.invalid> wrote in message news:6rq6a49vdgiltjph7ls0m9iefnj8r20ua4@4ax.com... > >When I process the LVN_COLUMNCLICK message from my ListView is it > >possible >>to change the column header text at that time on the column the user >>clicked >>on? > > I don't see why there's any reason you can't use LVM_SETCOLUMN to > change the text at that point. > > Have you tried it? > > Dave Thanks Dave. I stared at that in the API and it just didn't register at the time that I had that structure available at that point. I managed to get 4 "thats" in that sentence. Thanks again. JW