From: Frazier, J. J. <Joe...@Pe...> - 2001-03-02 17:34:28
|
Joe Frazier, Jr Technical Support Engineer Peopleclick.com 800-841-2365 su...@pe... > -----Original Message----- > From: Frazier, Joe Jr On Behalf Of Peopleclick Customer Support > Sent: Friday, March 02, 2001 12:33 PM > To: 'per...@li...' > Subject: perl-win32-gui-users >=20 >=20 > I have a combo box such as below. How do I get a scroll bar=20 > along the left or right side. Is this functionality=20 > supported? If so, does the same method work for List boxes. =20 > Part of the problem, is that I mostly copied these directly=20 > from the examples and don't know what the various style=20 > settings are since my documentation doesn't detail this option. >=20 > Thanks in advance for any insight. >=20 > I am on NT 4.0 SP6a=20 >=20 > c:\>perl -MWin32::GUI -e "print qq{$Win32::GUI::VERSION\n};" > 0.0.434 >=20 > c:\>perl -v >=20 > This is perl, version 5.005_03 built for MSWin32-x86-object > (with 1 registered patch, see perl -V for more detail) >=20 > Copyright 1987-1999, Larry Wall >=20 > Binary build 522 provided by ActiveState Tool Corp.=20 > http://www.ActiveState.com > Built 09:52:28 Nov 2 1999 >=20 > $CBdropdown =3D $Window->AddCombobox(=20 > -name =3D> "Dropdown", > -left =3D> 10,=20 > -top =3D> 25, > -width =3D> 180,=20 > -height =3D> 400, > -scroll =3D> 1, > -style =3D> WS_VISIBLE | 2 | WS_NOTIFY, > ); >=20 > Joe Frazier, Jr > Technical Support Engineer > Peopleclick.com > 800-841-2365 > su...@pe... >=20 >=20 >=20 >=20 |