Re: listbox populate from bottom up?
- From: "Bob Butler" <tiredofit@xxxxxxxxxx>
- Date: Wed, 20 Jul 2005 12:54:14 -0700
"William Oliveri" <wujiNoSpam@xxxxxxxxxxxxx> wrote in message
news:%23ZipULWjFHA.3012@xxxxxxxxxxxxxxxxxxxx
> Guys (and gals),
>
> Is there no way to populate a vb6 listbox from bottom up? The
> default is top down it appears.
for x=1 to 100
list1.additem "Item " & x, 0
next
--
Reply to the group so all can participate
VB.Net: "Fool me once..."
.
- Follow-Ups:
- Re: listbox populate from bottom up?
- From: William Oliveri
- Re: listbox populate from bottom up?
- References:
- listbox populate from bottom up?
- From: William Oliveri
- listbox populate from bottom up?
- Prev by Date: Re: listbox populate from bottom up?
- Next by Date: Re: listbox populate from bottom up?
- Previous by thread: Re: listbox populate from bottom up?
- Next by thread: Re: listbox populate from bottom up?
- Index(es):
Relevant Pages
|