So, I have an app that gets a LVN_COLUMNCLICK code (I clicked a ListView header button). The WM_NOTIFY message occurs and goes thru the code to do a sort that I have working. After the LVN_COLUMNCLICK code, I get another WM_NOTIFY code of 'fffffebe', followed by a WM_CTLCOLORBTN message, which produces the button headers. Anyone know what the 'ffffebe' code is? I'm not capturing it, it just falls into the DefWindowProc() routine. I can't find it in the header files of VS. It is a large code that doesn't appear to be there.