Hi, guys --
Noticed one strange moment (at least, under Win2000).
I expected that GetScrollInfo should return 0, if there is no scroll bar.
But it retrieves something.
I can find workaround, because I enable/disable scroll bars by myself, but maybe you know reliable way to determine, whether scroll bar exist ?
BTW, situation is following.
I set ScrollInfo. When I see that scroll bar is not neccessary I do ShowScrollBar %False.
Looks, like it's necessary to do SetScrollInfo with zeroes also.
------------------
E-MAIL: [email protected]
[This message has been edited by Semen Matusovski (edited October 23, 2001).]
Noticed one strange moment (at least, under Win2000).
I expected that GetScrollInfo should return 0, if there is no scroll bar.
But it retrieves something.
I can find workaround, because I enable/disable scroll bars by myself, but maybe you know reliable way to determine, whether scroll bar exist ?
BTW, situation is following.
I set ScrollInfo. When I see that scroll bar is not neccessary I do ShowScrollBar %False.
Looks, like it's necessary to do SetScrollInfo with zeroes also.
------------------
E-MAIL: [email protected]
[This message has been edited by Semen Matusovski (edited October 23, 2001).]
Comment