I wrote:
>'--------------------------------------------------------------
>Sub SetColOrder(hWnd As HWND, c, q As LPINT)
>'--------------------------------------------------------------
>SendMessage(hGRD, LVM_SETCOLUMNORDERARRAY, c, q)
>End Sub
Make that: hWnd, not hGRD
--
Later on,
Mike