- DWORD wstyle = WS_VISIBLE | WS_CHILD | WS_TABSTOP |
- UDS_SETBUDDYINT; // it doesn't harm if we don't have buddy
+ DWORD wstyle = WS_VISIBLE | WS_CHILD | WS_TABSTOP | /* WS_CLIPSIBLINGS | */
+ UDS_NOTHOUSANDS | // never useful, sometimes harmful
+ UDS_SETBUDDYINT; // it doesn't harm if we don't have buddy