Results 1 to 4 of 4

Thread: Multi coloriung!

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2001
    Location
    England
    Posts
    312

    Multi coloriung!

    right, i have made a progream that makes websites right, and on a links page i need like a table with like

    red
    green
    red
    green

    columns you see, but as my list box that everything is listed in is alphabetical it cant be put in there when the ADD button is clicked to put a new link in...

    any idea what i can do?

    the only thing i can think of is putting everything in the list box alphabetically, i know that wont work well!!!!!!

    i have attached the file that the problem is within, its the whole project, the file is LINKER.BAS

    thanx

    JafferAB
    Attached Files Attached Files
    Power to 2000 Electronic Donkeys!
    www.edonkey2000.com
    I hate case sensitivity... all you get down the M1 is "are we there yet" and "ouch, watch the bumps".

  2. #2
    DerFarm
    Guest
    In the properties box of List1, one of the properties is "Sorted".
    This is set to true. Setting it to False will allow the entries in List1
    to be entered in the native order.


    BTW, this looks like a nifty thing, but you really should use actual
    names for the controls:

    List1 == lstLinkageListing

    and so on. Among other things, it looks a LOT more professional.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    May 2001
    Location
    England
    Posts
    312
    i dont care for professionalism, all i wanna do is create this program for me

    and you didnt actually help me then because i still need a solution, cause i want it sorted! (as such!)

    thanx anyway
    Power to 2000 Electronic Donkeys!
    www.edonkey2000.com
    I hate case sensitivity... all you get down the M1 is "are we there yet" and "ouch, watch the bumps".

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    May 2001
    Location
    England
    Posts
    312
    so no one knows how to do this? no one atall?
    Power to 2000 Electronic Donkeys!
    www.edonkey2000.com
    I hate case sensitivity... all you get down the M1 is "are we there yet" and "ouch, watch the bumps".

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width