Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 294783
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T06:23:54+00:00 2026-05-12T06:23:54+00:00

I have a form containing a checkedlistbox, I want to be able to do

  • 0

I have a form containing a checkedlistbox, I want to be able to do a simple comparison between the checked stauts before and after to see if there has been any change. I have a copy of the “before” version of the checkedlist box and I thought I could just compare the two CheckedItems but it always thinks they are different, I could iterate through the entire checkedlistbox but I thought there would be an easier way.

the comparison is simply :

Dim CurCheckedItems As CheckedListBox.CheckedItemCollection = ReportChList.CheckedItems
Dim OldCheckedItems As CheckedListBox.CheckedItemCollection = OldReportChList.CheckedItems

If OldCheckedItems Is CurCheckedItems Then
Else
...
End If

P.S. Is there a way to do IsNot

.net 1.1 framework

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T06:23:54+00:00Added an answer on May 12, 2026 at 6:23 am

    The Is operator checks to see if the reference is the same, not the contents of the reference. So when you make a copy of the collection CheckedItems and compare it to another copy of CheckedItems with Is, it always will be false because they refer to different collections. (You can accomplish IsNot this way: “not (OldCheckedItems Is CurCheckedItems)”, but that may not help you in this case.)

    You can tell whether the checked items are different by setting a flag in the ItemCheck event. You can check the item currently being changed with the corresponding item in the oldCheckedList and maintain a flag that tells whether the checked items are the same. If oldCheckedList has been saved from a previous instance of the application, you will have to do an item by item comparison to set the flag at startup.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a simple form containing a main view and also some text boxes
I have this simple piece of code on a windows form containing said DataGridView
I have a form containing a list of input fields that the user populates
I have a form containing several drop lists and a text field, and a
I have a form containing two text boxes for user input. Both text boxes
I have a form containing some dynamic elements. These are basically text input boxes
I have a form containing a ModelMultipleChoiceField . Is it possible to come up
i have a form containing inputs for times (specifically, an opening and closing time).
I have a form containing a TextBox in C# which I set to a
If you have a form containing text inputs with duplicate name attributes, and the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.