Results 1 to 4 of 4

Thread: Hashtable Or Collections? [Resolved...]

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member anita2002's Avatar
    Join Date
    Dec 2001
    Location
    In u'r Heart
    Posts
    482

    Hashtable Or Collections? [Resolved...]

    I am writing a function which retrieves the unique ID and the message from the Queue.
    For this what can be the return type of my function?
    Can it be Hashtable or Collections?
    Here the order is very Important.
    So can I use Hashtable? (Key will be unique ID and Vaule will be the message.) Or can I use Collections?
    I don't know how to use Collections. Is it a separete datatype in Vb.NET?
    And can the order will be maintained if I use collections?
    Can anyone pls. explain me? Any example/sample code is welcome.

    Ani
    Last edited by anita2002; Dec 3rd, 2003 at 03:28 AM.
    Can't imagine life without VB
    (Various Boyfriends)

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