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