> - Windows NT/2000: Requires Windows NT 4.0 SP6 or later.
> - Windows 95/98: Requires Windows 98 or later.
>
> I need to be able to support versions of Windows prior to the above. Ie
> Win95, NT4 SP1. So I tried to use GetScrollInfo(). However I must be
missing
> something as it does not appear to be usable. So. How do I get the
> dimensions of a horizontal scroll bar that is supported under 95 & NT4SP1.
>

Try the

  GetSystemMetrics(SM_CXHTHUMB);
  GetSystemMetrics(SM_CYVTHUMB);

API calls.    ISTR this is the old way of doing it.

-ns


---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

Reply via email to