I have 2checkedlistboxes and...

  • Thread starter Thread starter RBCC
  • Start date Start date
R

RBCC

I have 2checkedlistboxes one being a car listbox and a model listbox and I
would like to have the checks be the selection on a car,year make and model
and price. Where the user check a checkmark in the car lstbox and the
rest are unselectable and the model checkedlistbox are automatically
selectable, as he checks one of those the rest are unselectable and the
price is put into a variable, how is this done???

John
 
Hi John,
I have 2checkedlistboxes one being a car listbox and a model listbox and I
would like to have the checks be the selection on a car,year make and model
and price. Where the user check a checkmark in the car lstbox and the
rest are unselectable and the model checkedlistbox are automatically
selectable, as he checks one of those the rest are unselectable and the
price is put into a variable, how is this done???


A lot of information about the checkedlistbox, the listbox is in your other
question.

http://msdn.microsoft.com/library/d...ystemwindowsformscheckedlistboxclasstopic.asp

I hope this helps?

Cor
 
* RBCC said:
I have 2checkedlistboxes one being a car listbox and a model listbox and I
would like to have the checks be the selection on a car,year make and model
and price. Where the user check a checkmark in the car lstbox and the
rest are unselectable and the model checkedlistbox are automatically
selectable, as he checks one of those the rest are unselectable and the
price is put into a variable, how is this done???

Have a look at the CheckedListBox's properties...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top