Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2008 Mar : Set windows scrollbar with
| Subject: | Set windows scrollbar with |
| Posted by: | "Mikael Lenfors" (mika..@lenfors.se) |
| Date: | Wed, 12 Mar 2008 11:02:20 |
Hello!
We are running a POS application on compters with touchscreen. Our problem
is the scrollbars are to narrow. Is there a way to set the width of windows
scrollbars globally (programatically from our program)?
I have used GetSystemMetrics(SM_CXVSCROLL) to check the current width, but
i'm missing the SetSystemMetrics(SM_CXVSCROLL, newvalue).
Regards, Mikael