how to disable vertical scrollbar listbox

Post Reply
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

how to disable vertical scrollbar listbox

Post by Otto »

Hello Antonio,

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

Thanks in advance
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org

********************************************************************
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: how to disable vertical scrollbar listbox

Post by Antonio Linares »

Otto,

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

Antonio Linares
www.fivetechsoft.com
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Re: how to disable vertical scrollbar listbox

Post by Otto »

Hello Antonio,
no. I am creating it from code.
Thanks in advance
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org

********************************************************************
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: how to disable vertical scrollbar listbox

Post by Antonio Linares »

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
Post Reply