This is a multi-part message in MIME format.

------=_NextPart_000_001E_01C4645B.3DF2CB60
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Using PPC 2003 -- Does anyone know how to add a Horizontal Scroll bar to =
a Listbox.
=20

I am displaying information inside of a listbox that is too long to read =
so I need a horizontal scroll bar. If this can not be done what other =
method would be useful for displaying this type of information.

=20

Thanks,

Page





------=_NextPart_000_001E_01C4645B.3DF2CB60
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns:o =3D "urn:schemas-microsoft-com:office:office"><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1400" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Using PPC 2003 -- </FONT><FONT =
face=3DArial=20
size=3D2><FONT face=3D"Times New Roman" size=3D3>Does anyone know how to =
add a=20
Horizontal Scroll bar to a Listbox.</FONT></DIV>
<DIV>
<P class=3DMsoNormal style=3D"MARGIN: 0in 0in 0pt"><o:p><FONT =
face=3D"Times New Roman"=20
size=3D3>&nbsp;</FONT></o:p></P>
<P class=3DMsoNormal style=3D"MARGIN: 0in 0in 0pt"><FONT face=3D"Times =
New Roman"=20
size=3D3>I am displaying information inside of a listbox that is too =
long to read=20
so I need a horizontal scroll bar. If this can not be done what other =
method=20
would be useful for displaying this type of information.</FONT></P>
<P class=3DMsoNormal style=3D"MARGIN: 0in 0in 0pt"><o:p><FONT =
face=3D"Times New Roman"=20
size=3D3>&nbsp;</FONT></o:p></P>
<P class=3DMsoNormal style=3D"MARGIN: 0in 0in 0pt"><FONT face=3D"Times =
New Roman"=20
size=3D3>Thanks,</FONT></P>
<P class=3DMsoNormal style=3D"MARGIN: 0in 0in 0pt"><FONT face=3D"Times =
New Roman"=20
size=3D3>Page</FONT></P>
<P class=3DMsoNormal style=3D"MARGIN: 0in 0in 0pt"><FONT face=3D"Times =
New Roman"=20
size=3D3></FONT>&nbsp;</P>
<P class=3DMsoNormal style=3D"MARGIN: 0in 0in 0pt"><FONT face=3D"Times =
New Roman"=20
size=3D3></FONT>&nbsp;</P></FONT></DIV></BODY></HTML>

------=_NextPart_000_001E_01C4645B.3DF2CB60--

Re: Horizontal Scroll bar to a Listbox by The

The
Thu Jul 08 08:49:54 CDT 2004

This is a multi-part message in MIME format.

------=_NextPart_000_0095_01C464F2.731A8E80
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable


I am displaying information inside of a listbox that is too long to =
read so I need a horizontal scroll bar. If this can not be done what =
other method would be useful for displaying this type of information.
A listview.

------=_NextPart_000_0095_01C464F2.731A8E80
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns:o =3D "urn:schemas-microsoft-com:office:office"><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1400" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV><FONT face=3DArial size=3D2><FONT face=3D"Times New Roman" =
size=3D3>I am=20
displaying information inside of a listbox that is too long to read so =
I need=20
a horizontal scroll bar. If this can not be done what other method =
would be=20
useful for displaying this type of =
information.</FONT></DIV></BLOCKQUOTE>
<DIV dir=3Dltr>
<P class=3DMsoNormal style=3D"MARGIN: 0in 0in 0pt"><FONT face=3D"Times =
New Roman"=20
size=3D3>A listview.</FONT></P></FONT></DIV></BODY></HTML>

------=_NextPart_000_0095_01C464F2.731A8E80--


Re: Horizontal Scroll bar to a Listbox by r_z_aret

r_z_aret
Tue Jul 13 17:43:03 CDT 2004

On Wed, 7 Jul 2004 19:47:31 -0500, "Page" <page@no-spam-at-all.net>
wrote:

>Using PPC 2003 -- Does anyone know how to add a Horizontal Scroll bar to a Listbox.

I just used google () to look up
listbox horizontal scroll
and got 2680 hits. When I confined the search to this newsgroup
(microsoft.public.pocketpc.developer), I got 16 hits. I checked
several and think you will find useful info this way.


>
>
>I am displaying information inside of a listbox that is too long to read so I need a horizontal scroll bar. If this can not be done what other method would be useful for displaying this type of information.

First, you must use the WS_HSCROLL style with the listbox. And you
need to send the ListBox a LB_SETHORIZONTALEXTENT message. You can use
SendMessage directly, or use the ListBox_SetHorizontalExtent macro
(defined in windowsx.h). I use this with eVC; you may need to adapt
for another language.

>
>
>
>Thanks,
>
>Page
>
>
>

-----------------------------------------
To reply to me, remove the underscores (_) from my email address (and please indicate which newsgroup and message).

Robert E. Zaret, eMVP
PenFact, Inc.
500 Harrison Ave., Suite 3R
Boston, MA 02118
www.penfact.com