|
-
Sep 17th, 2003, 07:46 PM
#1
Thread Starter
Addicted Member
ComboBox Sorting
Hello!
I have a little problem sorting some names:
combo1.additem "Writer 1"
combo1.additem "Writer 2"
combo1.additem "Writer 3"
combo1.additem "Writer 4"
Ok!
Now begins the problem! I have a timer in my form wich i wana to make the sorting (i was thinkin'):
Timer1.Enable = True
If Combo1.Text = "Writer 1" then Combo2.Text = "Books of Writer 1"
If Combo1.Text = "Writer 3" Then Combo2.Text = Books of Writer 3"
i dont have any ideea how to write this in vb! i tried but without result! It puts me all the book in Combo2.text
Please help me to resolve this problem!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|