473,385 Members | 2,029 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

CheckListBox

2 questions :

1. am using the checked list box to display my list but I with to have 2
columns, ID
and Name. I want the ID to be hidden and used in the SelectedIndexChanged
method to populate another ListBox utilizing the ID. I cannot see how to do
this with this
control?

2. Why when I call SetItemChecked does it not automatically call the method
SelectedValueChanged? Do I need to call this method manually and if so how?

Thanks.
Oct 4 '05 #1
3 2181
re: 1
listbox.displaymember = "Name"
listbox.valuemember = "ID"
when selected, assign listbox.valuemember

"John Hughes" wrote:
2 questions :

1. am using the checked list box to display my list but I with to have 2
columns, ID
and Name. I want the ID to be hidden and used in the SelectedIndexChanged
method to populate another ListBox utilizing the ID. I cannot see how to do
this with this
control?

2. Why when I call SetItemChecked does it not automatically call the method
SelectedValueChanged? Do I need to call this method manually and if so how?

Thanks.

Oct 4 '05 #2
Unfortunately the CheckListBox doesn't have these properties.
"Taras" <Ta***@discussions.microsoft.com> schreef in bericht
news:F2**********************************@microsof t.com...
re: 1
listbox.displaymember = "Name"
listbox.valuemember = "ID"
when selected, assign listbox.valuemember

"John Hughes" wrote:
2 questions :

1. am using the checked list box to display my list but I with to have 2
columns, ID
and Name. I want the ID to be hidden and used in the SelectedIndexChanged
method to populate another ListBox utilizing the ID. I cannot see how to
do
this with this
control?

2. Why when I call SetItemChecked does it not automatically call the
method
SelectedValueChanged? Do I need to call this method manually and if so
how?

Thanks.

Oct 5 '05 #3
Even stranger is that when i search the web for this property there appears
to be many people using it. Anyone got any idea what is going on?

Cheers.
"John Hughes" <jh******@msn.com> schreef in bericht
news:%2****************@TK2MSFTNGP10.phx.gbl...
Unfortunately the CheckListBox doesn't have these properties.
"Taras" <Ta***@discussions.microsoft.com> schreef in bericht
news:F2**********************************@microsof t.com...
re: 1
listbox.displaymember = "Name"
listbox.valuemember = "ID"
when selected, assign listbox.valuemember

"John Hughes" wrote:
2 questions :

1. am using the checked list box to display my list but I with to have
2
columns, ID
and Name. I want the ID to be hidden and used in the
SelectedIndexChanged
method to populate another ListBox utilizing the ID. I cannot see how to
do
this with this
control?

2. Why when I call SetItemChecked does it not automatically call the
method
SelectedValueChanged? Do I need to call this method manually and if so
how?

Thanks.


Oct 5 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: ncookson | last post by:
I am trying to add a caption or title to the box drawn around a checklistbox and having no luck. Is there a way to do this? I am using python 2.3.4 and wxPython 2.5 on a windows platform. Noel
5
by: Bernie Yaeger | last post by:
Is there any way to get a listbox or a checklistbox behave in an autocomplete manner, such that given 'two', 'three', 'water', 'them' would bring the selection to 'two' (not 'water') when I key in...
0
by: Marshal Antony | last post by:
I need to use a CheckListBox control with a scroll bar in ASP.NET.The server control doesn't have a scroll bar. Any help is appreciated. Marshal Antony
3
by: MikeY | last post by:
Hopefully someone can help me on this. I am using C#, making Windows forms. I have created a listView with checkbox's. I have enabled the checkboxes under the properties, and all the data,...
1
by: comic_rage | last post by:
Hi, I created a checkListBox to allow the user to select and place a check next to multiple items in the GUI. I would like to add a 2 column where the first column show the description of the...
2
by: Mike Kim | last post by:
hi all, i have a checklistbox populated with about 50 items from database. and on the same form, i added to button to do the following. if you click this button, i want to have all items in the...
0
by: Ville Mattila | last post by:
Dear readers, I've some problems with the data binding of the checklistbox control. I'm using it with user preferences that are stored in a XML File. Information from the file is fetched with...
1
by: obrienkev | last post by:
Hi, I want to mark the CheckListBox items as Checked based on a database query. So the CheckListBox items should be checked if each item matches fundsAffected field from the below query... ...
3
by: obrienkev | last post by:
Hi all, How do I mark an item in a checklistbox as checked based on a condition? e.g. if(x=1) { // SET a ChecklistBox Item as Checked }
3
by: khalidjan9 | last post by:
I have data in an arraylist and i want to add data to checklist box on runtime and i also want to display a textbox besides it so that i get the comments example : checklistbox "text" textbox...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.