|
-
Oct 3rd, 2000, 04:38 PM
#1
Thread Starter
New Member
I have a normal listbox where records from a database are added. This is done manually, which means the listbox i unbound to any datasource. I need top be able to have 6 option buttons / radio buttons to the right of each item that is added to the listbox. The item that is added to the listbox is a normal string, ie. "Programming","Wordprocessing" and I need to be able to evaluate these from 1-6. I've seen an example of this sort of thing, only with checkboxes. Does anyone have any super ideas / code that lets me add 6 radio buttons for every item in the listbox?
Thanks
-
Oct 4th, 2000, 08:00 AM
#2
Maybe I'm misunderstanding, wouldn't it be easier to have a series of command buttons outside the list box?
You could enable/disable them upon a click event in the list box as necessary.
Good Luck
DerFarm
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
|