Results 1 to 5 of 5

Thread: [RESOLVED] [02/03] Built in lists?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2006
    Posts
    413

    Resolved [RESOLVED] [02/03] Built in lists?

    Is there a list that I can add strings to and have it automaticaly sorted? I then want to be able to go thru the list one by one and precess each entry. What is the best object/control to use?
    Visual Studio .NET 2005/.NET Framework 2.0

  2. #2
    Hyperactive Member Troy Lundin's Avatar
    Join Date
    May 2006
    Posts
    489

    Re: [02/03] Built in lists?

    Use Generic.List(Of String)
    Prefix has no suffix, but suffix has a prefix.

  3. #3
    Fanatic Member Andy_P's Avatar
    Join Date
    May 2005
    Location
    Dunstable, England
    Posts
    669

    Re: [02/03] Built in lists?

    Generics are only available in .NET V2.0

    An arraylist might do the job:
    http://abstractvb.com/code.asp?A=1030
    Using Windows XP Home sp3
    Mucking around with C# 2008 Express
    while ( this.deadHorse ) { flog( ); }


  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2006
    Posts
    413

    Re: [02/03] Built in lists?

    Quote Originally Posted by Troy Lundin
    Use Generic.List(Of String)
    Does not seem to be apart of .net 1.1?
    Visual Studio .NET 2005/.NET Framework 2.0

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2006
    Posts
    413

    Re: [02/03] Built in lists?

    Quote Originally Posted by Andy_P
    Generics are only available in .NET V2.0

    An arraylist might do the job:
    http://abstractvb.com/code.asp?A=1030
    Perfect. Thanks.
    Visual Studio .NET 2005/.NET Framework 2.0

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width