SetWindowLong(hWnd, GWL_STYLE, WS_VISIBLE | WS_CHILD | WS_BORDER | LBS_SORT); SetWindowPos(hWnd, NULL, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE | SWP_NOZORDER | SWP_FRAMECHANGED);