Lance, how can u use your example scrollbar with a
listbox ?
Here is the problem. I have a formatted array, that
is, items that have several 'fields' within each item.
Now using %LBS_USETABSTOPS makes it work great and
after more than one 'page' is sent to the listbox you
can scroll up and down by clicking an item and using
the arrows or page up/down.
But, the scrollbar (%LBS_DISABLENOSCROLL) doesnt show up.
Now i can remove the USE TABSTOPS and the scrollbar works
but the chr$(9)'s display vertical bars and so the
fields dont line up.
How would i use your control and display the correct
information in the listbox according to where the
scrollbar is located ? Or dues this involve an sdk
procedure (which this one is not).
I really dont want to have to create a fixed font unless
absolutely necessary (though things would line up a little
better that way i suppose).
------------------
listbox ?
Here is the problem. I have a formatted array, that
is, items that have several 'fields' within each item.
Now using %LBS_USETABSTOPS makes it work great and
after more than one 'page' is sent to the listbox you
can scroll up and down by clicking an item and using
the arrows or page up/down.
But, the scrollbar (%LBS_DISABLENOSCROLL) doesnt show up.
Now i can remove the USE TABSTOPS and the scrollbar works
but the chr$(9)'s display vertical bars and so the
fields dont line up.
How would i use your control and display the correct
information in the listbox according to where the
scrollbar is located ? Or dues this involve an sdk
procedure (which this one is not).
I really dont want to have to create a fixed font unless
absolutely necessary (though things would line up a little
better that way i suppose).
------------------
Comment