Advertisement

1 - 10 of 74 containing alltags:("checkedlistbox") (0.001 seconds)
Checkedlistbox control: Question 1:       Only 5 items were selected or checked in the list.       I wanna list those 5 only from the checkedlistbox.       How can I do that? Question 2:...
Zones: .NETDate Answered: 12/23/2003 Grade: A Views: 0
i have a CheckedListBox with 11 strings in it. i also have two buttons... button 1 and 2. what i want it to do is when i click button 1 it will add a new string and the other button number 2 will d...
Zones: VB ControlsDate Answered: 10/22/2003 Grade: A Views: 0
I've got another strange problem with the CheckedListBox control which I have showing on a Tab Control. When I check a few items, switch it another tab and switch back the CheckedListBox has reset ...
Zones: MS Visual BasicDate Answered: 12/02/2004 Grade: C Views: 0
Hello all, I wanted to know if there is a easy way to add an additional property to a CheckedListBox. Here is the senario... I fill a CLB with the results from a database. The database table c...
Zones: MS Visual BasicDate Answered: 02/16/2005 Grade: A Views: 0
I have a CheckedListBox in VB.NET.  I am trying to load the checked items into a string with the following code:             Dim sLocal As String             Dim iLocal, iLocalCounter As Intege...
Zones: MS Visual BasicDate Answered: 03/28/2005 Grade: A Views: 0
I have some code that I want to use the value of the checked/unchecked box AFTER the item has been checked. For example, in the following, the ItemChecked fires whenever it is checked/unchecked, bu...
Zones: MS Visual BasicDate Answered: 06/02/2005 Grade: A Views: 5
Hi Experts. I have a Checkedlistbox which contains 30 plus items. The user can select as many or as little items as they want. I want to store their selections, in a Microsoft sql server d...
Zones: MS Visual BasicDate Answered: 10/07/2005 Grade: B Views: 0
I have a series of 6 checkedlist boxes, chklstboxPos1,chklstboxPos2, etc. Each box contains an array of object type, AlarmInfo (definition is at the end of this message). I'd like to effecien...
Zones: C#Date Answered: 01/09/2006 Grade: A Views: 0
1. I know very, very little about C#.  All of my previous Visual Studio endeavors have been with VB.NET 2. I did not write the application, but since I had some experience with VS, I became the mo...
Zones: C#Date Answered: 11/15/2005 Grade: A Views: 0
I have a checked list box that I added to a windows form. I have a checkedlist box and getting the values from my db with the following code. Dim dr As DataRow         ' Loop thru the table ...
Zones: MS Visual BasicDate Answered: 12/02/2005 Grade: A Views: 0