CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2002
    Location
    India
    Posts
    76

    itemdata in combobox

    Hi all.

    Like the Itemdata of Combobox in the vb6- how do i store some data pertaining to the items of the combobox in VB.NET.


    Thnxs for ur time.
    DeivaGanesh

  2. #2
    Join Date
    Jun 2001
    Location
    MO, USA
    Posts
    2,868
    In .NET the "Item" in the combobox is an object, not a string so you can store any kind of object you want there making the possibilities limitless.

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

Featured