"Dimitrie O. Paun" <[EMAIL PROTECTED]> wrote: > @@ -1034,13 +1035,13 @@ > /* Update Vertical Scrollbar */ > nListHeight = infoPtr->rcList.bottom - infoPtr->rcList.top; > scrollInfo.fMask = SIF_POS; > - if (GetScrollInfo(infoPtr->hwndSelf, SB_VERT, &scrollInfo) == FALSE > + if (GetScrollInfo(infoPtr->hwndSelf, SB_VERT, &scrollInfo)
Exclamation mark (!) is missing... -- Dmitry.