Displays a ListBox in which a check box is displayed to the left of each item.
1
vote
3answers
94 views
How to loop through checkedlistbox and remove selected items in c#
In my app users can add some item in checkedlistbox, than user selects some element and click the button "Remove". How i can loop through my checkedListBox and remove selected items?
0
votes
0answers
19 views
File tracking using Windows Form and SQL server CE [closed]
I am developing a small version control application using Windows Forms and WCF service. I am using SQL server as remote database to store the committed files (using WCF service). I want to build a ...
0
votes
0answers
36 views
CheckedListBoxControl check item binding
There are 2 tables plus one for the n-n relation:
module table:
- module_id
- module_name
group:
- groupId
- groupName
module-to-group:
- gr_group_FK
- gr_modulesFK
Modules table bind in ...
2
votes
2answers
64 views
Checked List Box Item Check Event Strange Behavior
private void checkedListBox1_ItemCheck(object sender, ItemCheckEventArgs e)
{
if (checkedListBox1.GetItemChecked(i) == false)
{
...
}
else
{
...
}
}
For some ...
0
votes
1answer
45 views
CheckedComboBoxEdit is created but cannot be used
I'm trying to add a CheckedComboBoxEdit to a GridView using WinForms and devexpress. This is what I got for now:
using (var _db = new DB())
{
var isemirleri = _db.IsEmris.AsQueryable();
var ...
1
vote
2answers
45 views
checkedlistbox addition with other numbers
It's my first post.
I'm trying to make multiple sums in a checkedlistbox in Visual C#. There are 108 numbers, one in each row, and I'm trying to sum the checked item(s) with each one of the rest and ...
1
vote
1answer
28 views
CheckedList Box doesn't have displayMember property?
I am so confused, I want to use the displayMember propery of the CheckedListbox in C# but it doesn't sems to have one?
Does anyone know if I have to add or impelement any thing before being able to ...
0
votes
1answer
32 views
C# CheckedListBox Marked Items Run Process + Process Flags + CheckedListBox fileName + Filename Extention
What i pretend to do is to run a process for each checkedListbox marked item.
Thanks in Advance;
Richard G.
0
votes
3answers
443 views
VB.NET: Updating MySQL Database From (CheckedListBox-ComboBox)
I have made a form that is supposed to get the attendance details for a specific session.
The used elements are:
1- CheckedListBox
2- Combobox :CB_Students
3- Button : Update
My table is Student, ...
0
votes
0answers
34 views
CheckedListBox.SetItemCheckedBox not updating
I have a Groupbox, which has a bunch of CheckedListBox, and I am trying to update it programatically.
I have a string of numbers seperated by commas, which correspond to the index of the ...
0
votes
1answer
161 views
Add text to string in CheckedListBox if checked?
I am working on a simple To Do List program, the user can type anything in a text box, press the button, and it adds the text as an item to a CheckedListBox. Now I want to add the text "Done" before ...
-1
votes
1answer
43 views
The list that this enumerator is bound to has been modified. An enumerator can only be used if the list is not changed
I created the code below wich never gave me any error:
foreach (var item in clb_frente_campos.CheckedItems)
{
if (item == "numero_carteira")
{
...
0
votes
1answer
318 views
How to save checked items of CheckedListBox to retrieve them later?
Controls:
1 ComboBox
1 CheckedListBox
ComboBox:
Items: 110
Events:
SelectedIndexChanged: Each time the selected index change the items collection of CheckedListBox change
Functions:
...
0
votes
1answer
40 views
How to bypass CheckedListBox characters limit?
I have data that has 1250+ items (rows) and when I pasted it inside the CheckedListBox Items I noticed that not all data copied. I tried to write something inside to check if there was problem with ...
0
votes
0answers
32 views
checkboxlist databinding
I want to have two lists:
ListView with the columns:
a. checkbox.
b. User Name.
c. User Email.
Listbox to show the Email field of the selected items in the listview.
All the Email items in the ...
6
votes
3answers
161 views
How to track checks in checkedListBox C#?
I try to display the number of checked items in the checkedListBox: checkedListBox1.CheckedIndices.Count
But how can i update my count, if i want to display it on label? I tried to write all in the ...
0
votes
2answers
63 views
Error on setting checkstate in a CheckedListBox control?
I have a CheckedListBox control that I fill with DataGridView Column HeaderText values. If these columns are visible, I would like to set the CheckedListBox Items to "Checked". My code is as follows:
...
0
votes
1answer
112 views
Listbox Multiple KeyPress
How can I achieve the search functionality that works with multiple keys in CheckedListBox and ListBox?
Example: I have the following items in the list:
1000
1500
1520
2010
5001
5102
When I press ...
0
votes
0answers
89 views
c# checkedlistbox setitemcheckstate works but will not display checkedindices
I am using VS2012 to update and old project that was is using .NET 4. The version of the CheckedListBox is reporting version 4.0.0. I have search and read and have everything working but having the ...
0
votes
1answer
185 views
Working with CheckedListBox MultiColumn
I'm using a checkedlistbox with just one column. But now, I need a field to validate the checked item. I used the MultColumn = True of the Checkedlistbox but I couldn't.
What I need is to have a list ...
0
votes
0answers
54 views
Trouble with checkedListBox in Form_Load
I really have a head hurt about my problem. There're 3 forms: main, editperson and furtherexam. In Main form i have a gridview. From gridview i get text to my second form.
In editperson form i have ...
0
votes
2answers
55 views
iterate through checkedListBox testing for checked - cast error
i'm trying to check each item in a checkedlistbox and do something with the item depending if it is checked or not. I've been able to just get the checked items with the indexCollection, but i'm ...
0
votes
1answer
142 views
checkedListBox event - get selected item/object properties
I'm populating a checklistbox with an object the processes a path into components. How do I get a specific property from the object associated with the selected index? I'm currently using the ...
1
vote
3answers
201 views
How to delete multiple checked items from CheckedListBox
I know how to remove a single checkedItem from checkedlistbox. But now, I want to remove all the checked items in one go.
I tried this:
foreach (var item in List_Frente.CheckedItems)
{
...
0
votes
1answer
93 views
Returns System.Object
I'm passing a List<object> to a method that populates a checkedListBox. My understanding is Object.ToString() associates the object with the checkedListBox item and displays readable string. ...
0
votes
1answer
144 views
C# checkedlistbox differentiate between ItemCheck via code and mouse click
I'm using C# VS2008, WinForm application
I have a checkedlistbox control on my form (win-form application)
In the code I check some items in checkedlistbox using the SetItemChecked(index, false) ...
0
votes
0answers
297 views
Microsoft Access 2010: ComboBox/ListBox add check mark with macro
I'm trying to add a button to my form with a macro built into it. I already have several things written in a macro that set values for various fields in a form. For example, to add a check mark into a ...
0
votes
1answer
102 views
How to convert input form a checked list box into an index and have that index work across two forms?
My checked list box has 200 thing that will need to be converted into an index. This index will have to work across two forms. So dealing the variable in a modular will be a logical action. However in ...
1
vote
1answer
182 views
Changing ToString value for checkedListBox
Currently creating a windows form application program based on the decorator pattern in C#. The program is structured to have one main class ("Computer") of which is extended to other classes(as ...
1
vote
2answers
823 views
How to get the CheckedListBox Selected Items into List<X>…?
I am having a List of type X. X is a Property Level Class.
Now on an event i need the CheckedListBox Selected Items into another List.
How to get the output...??
The code i tried is given below...
...
-1
votes
2answers
423 views
Add dynamic labels and textboxes from a checkedListBox
I have a checkedListBox, that contains names of some chargingstations i have in a SQL database. I have filled the checkedListBox with the station names, and i would like that if you check an item in ...
2
votes
2answers
238 views
How to populate (mark checked) a checkedListBox with a StringCollection
I have a checkedListBox with 10 Items in my Collection on my windows form. Using C# VS210.
I am looking for a simple way to mark as checked only 2 of the items from my checkedListBox by using values ...
0
votes
0answers
104 views
Checkedlistbox Visual Basic Issue
I'm trying to do a simple clock in and clock out program. I made it but is there a way to add a datetime to another checkedlistbox by pressing a button. Example.
Listbox 1 = Bob Listbox2 = Bob ...
0
votes
0answers
139 views
uncheck items from checkedlistbox and remove from database
I have a checklistbox in windows application and am able to select the data items from checklistbox which is populated from database.& able to save the checked items in a tablebut not able to ...
0
votes
2answers
899 views
how to store checked items in an array in CheckedListBox in vb.net
i'm storing all checked items in a string this works perfectly for me but i want to store all the checked items in an array with their names.
Dim i As Integer
Dim ListItems As String
...
0
votes
2answers
121 views
How do you create a CheckedListBox WinForm control that is completely unresponsive to keyboard input?
I tried creating a custom CheckedListBox and overriding the OnKeyUp, OnKeyPress, OnKeyDown, OnPreviewKeyDown methods but I couldn't accomplish what I wanted to accomplish.
Essentially what is ...
1
vote
1answer
760 views
Set checked items in checkedlistbox from list or dataset
I have a CheckedListBox and I would like to check all the items that are in another List.
This code does not work since the CheckedItems property is read-only and the types do not match, but it gives ...
0
votes
3answers
1k views
How to count only checked items in CheckedListBox dynamically while the user is checking boxes?
I have a CheckedListBox control on my windows form application, which gives a list of items to select from.
I want to count and show only checked (not selected) items while the user is still checking ...
1
vote
1answer
1k views
Recognize CheckedListBox item has been selected
I've never dealt with checkedListBox1 until now. A program that I want to make will benefit from using it rather than having to use numerous Checkboxes.
I have the code:
private void ...
0
votes
0answers
426 views
How to change CheckedListBox Item Color
I thought it would be as simple as
CheckedListBox1.Item[i].BackColor = ....
But I can't find anything on the intellisense or google searches.
I want to set a specific color for each item in the ...
0
votes
1answer
185 views
checkedlistbox operation in c#
I am developing a C# application in which a CheckedListBox is used.
The CheckedListBox contains subject names like: Accounting, OC, Physics, Economics, Maths, etc...
I have one database table in ...
0
votes
2answers
348 views
.NET CheckedListBox first item first click
I choose an entry from database and then load the list of files to checkedListBox2 and check the ones that relating to my entry in the database. It's all in the form of checkedListBox2s. Checked items ...
1
vote
2answers
717 views
CheckedListBox and list of checked items with their indexes
I have a CheckedListBox like this:
:'''''''''''''''/\
: [ ] item1 ||
: [x] item2 ||
: [ ] item3 ##
: [ ] item4 ||
: [x] item5 ||
L...............\/
Now I want to extract indexes ...
1
vote
3answers
4k views
Add or remove checked items from checkedlistbox to listbox
I kind of new in C#, my problem is how to add checked items from a checkedlistbox to a listbox, and when I uncheck this item remove it from the listbox also..
Thanks!
0
votes
1answer
201 views
checkedlistbox item check to listbox
I'm using this code to pass the selected item to a listbox called SelectedList. The problem is that nothing happens when I checked an item of my chekedlistbox, what can be the problem here?
public ...
0
votes
0answers
260 views
binding listbox to checkedlistbox checked items. vb.net
I am new to vb.net and I have a little problem with checkedlistbox. My application is about inventory where I save an item's equipment details of the organization. I have an equipment table and ...
1
vote
1answer
60 views
Keeping track of blog posts through a listbox control
Sorry for the erroneous title, I don't know how else to describe it.
Basically, I am reading in blog posts from a Wordpress blog's RSS feed, and then adding them to a CheckedListBox control.
Blog ...
0
votes
2answers
295 views
How to bind Dictionary object to checkedlistbox using WPF
I have a generic dictionary collection Dictionary. I need to bind the displaymember path key to the content of the checkbox and checkbox Ischecked property to the value member of the Dictionary
...
0
votes
1answer
607 views
Copy items from CheckedListBox to ListBox
I'm trying to copy the CheckedItems from a CheckedListBox to a Listbox, but I am not getting it right.
I have tried
Listbox.Items.Add(checkedlistbox.CheckedItems);
but that only gives me a ...
-1
votes
2answers
82 views
Accessing multiple CheckedItems as they are checked
I am trying to filter documents based on selected tags in a checkedlistbox -- it is populated with objects of my class Tag -- but am unable to access the items in order to search. I have tried a ...




