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 3332798
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T23:43:34+00:00 2026-05-17T23:43:34+00:00

Dim group11_0_count = 0 Dim group11_1_count = 0 Dim group11_2_count = 0 Dim m

  • 0
Dim group11_0_count = 0
        Dim group11_1_count = 0
        Dim group11_2_count = 0

        Dim m As Integer = 0
        Dim n As Integer = 0
        Dim increment2 As Integer


        For m = 0 To machings2.Items.Count - 1
            For n = 0 To 3
                If machings2.Items(m).ToString.Chars(n) = "1" Then
                    increment2 = increment2 + 1
                End If
            Next
            If (increment2 = 0) Then
                group11_0_count = group11_0_count + 1
                group11_1_0.Items.Add(machings2.Items(m))
            End If

            If (increment2 = 1) Then
                group11_1_count = group1_1_count + 1
                group11_1_1.Items.Add(machings2.Items(m))
            End If

            If (increment2 = 2) Then
                group11_2_count = group1_2_count + 1
                group11_1_2.Items.Add(machings2.Items(m))
            End If
            increment2 = 0
        Next

        If (group11_0_count > 0 AndAlso group11_1_count > 0) Then
            Dim result = ""
            Dim index As Integer = 0
            Dim gg As Integer = 0
            Dim hh As Integer = 0
            Dim i As Integer = 0
            For hh = 0 To group11_1_count - 1
                For gg = 0 To group11_0_count - 1
                    result = ""
                    index = 0
                    For i = 0 To 3
                        If group11_1_0.Items(gg).ToString.Chars(i) <> group11_1_1.Items(hh).ToString.Chars(i) Then
                            result &= "-"
                            index = index + 1
                        Else
                            result &= group11_1_0.Items(gg).ToString.Chars(i)
                        End If
                    Next

                    If (index = 1) Then
                        machings3.Items.Add(result)
                    End If
                Next
            Next
        End If

I am comparing the items of two combobox items like that

combobox1 items
0000

combobox items
0001
0010

the result will be like that in machings3 combobox
000-
00-0

Here the differnce between two items indicated by - sign

But i am getting InvalidArgument=Value of '2' is not valid for 'index'.
  • 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-17T23:43:35+00:00Added an answer on May 17, 2026 at 11:43 pm

    I Can’t make sense out of your source and where the IndexOutOfRangeException occurs. But you know that you need 3 Items in a Combobox to access Item with Index 2?! Every collection starts with 0.

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

Sidebar

Related Questions

No related questions found

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.