CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Grags

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    1,447

    Re: .Find Ignore case

    hi dglienna. Thanks for your reply.

    If you're saying what I think you are. Then I'm certain I've tried this already.

    At the moment, I have a workaround but I really don't like it. It's...
  2. Replies
    2
    Views
    1,447

    .Find Ignore case

    Private Sub SortColour()
    Dim ObjectList As New List(Of String)
    For i As Integer = 1 To lstObjects.Items.Count - 1
    ObjectList.Add(lstObjects.Items(i).ToString)
    ...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured