Re: listbox populate from bottom up?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



"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..."

.



Relevant Pages

  • Re: PLEASE HELP: how to Identify a row and populate the data respectiv
    ... ps. Debra's code just adds the input to the bottom of the data. ... Is it possible to populate the same row twice? ... I want a window to be displayed asking me the "Unique ID" to identify the ...
    (microsoft.public.excel.programming)
  • Populating table with text file
    ... My web hosting service uses phpMyAdmin and at the bottom of the screen ... iis an area where I can upload a text file to populate a table. ... So how do I create my text file to populate this table? ...
    (comp.lang.php)
  • Populating MySQL table with text file using myPHPadmin
    ... My web hosting service uses phpMyAdmin and at the bottom of the screen ... iis an area where I can upload a text file to populate a table. ... So how do I create my text file to populate this table? ...
    (comp.lang.php)
  • Uploading text files
    ... My web hosting service uses phpMyAdmin and at the bottom of the screen ... iis an area where I can upload a text file to populate a table. ... So how do I create my text file to populate this table? ...
    (comp.lang.php)
  • Re: listbox populate from bottom up?
    ... > Is there no way to populate a vb6 listbox from bottom up? ... Private Sub Form_Load ... Dim Items() As String ...
    (microsoft.public.vb.controls)