|
-
Aug 6th, 2005, 08:14 PM
#1
Thread Starter
Member
combobox to Listbox
I`ve got a combobox with 10 item and a list box to view 2 item and for each selected item in combobox, I want the listbox view 2 item specified by code.
for example
if combobox1.text = "item1" then
listbox1.items.add("aaa" & "bbb")
something like this but I could`t do this, thanks for your help.
Oz
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
|