FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Pocket PC how to disable vertical scrollbar listbox
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM
how to disable vertical scrollbar listbox
Posted: Fri Apr 03, 2009 06:16 PM

Hello Antonio,

is it possible to disable the vertical scrollbar from a listbox.

Thanks in advance
Otto

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: how to disable vertical scrollbar listbox
Posted: Sat Apr 04, 2009 10:13 PM

Otto,

If you are creating it from resources, don't use WS_VSCROLL style

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM
Re: how to disable vertical scrollbar listbox
Posted: Sun Apr 05, 2009 07:40 PM

Hello Antonio,
no. I am creating it from code.
Thanks in advance
Otto

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: how to disable vertical scrollbar listbox
Posted: Sun Apr 05, 2009 11:27 PM

Otto,

Then you have to modify the Class source code and remove WS_VSCROLL.

You can modify the Class PRG and link the OBJ as another OBJ of your application.

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion