Results 1 to 5 of 5

Thread: Combo Box

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2003
    Posts
    5

    Lightbulb Combo Box

    Hi Friend,
    I am working on .Net.... I am Begineer Too... I need to know what is the Equivalent property for setItemdata.... but microsoft says that... it was removed from .NET...

    Then how we can populate the combo box from data source dynamically and setting the index for the data.........can anyone help me....... it will be helpful for me...

    loving
    manik

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    I am not sure what you mean but this is how to set index for data in the combobox.

    VB Code:
    1. ComboBox1.SelectedIndex() = 0 (first item in the list)

  3. #3
    Fanatic Member Psyrus's Avatar
    Join Date
    Jul 2000
    Location
    NJ
    Posts
    602
    Chris

    VB 6.0 Calendar App Video Gamers Group
    Don't forget to rate people if they helped you.

  4. #4
    Registered User
    Join Date
    Nov 2002
    Location
    Växjö, Sweden
    Posts
    314
    Some of the subject is discussed in this thread.

  5. #5
    Frenzied Member MrGTI's Avatar
    Join Date
    Oct 2000
    Location
    Ontario, Canada
    Posts
    1,277

    Thumbs up

    I have a list of some of the more common things and what they convert to here.
    ~Peter


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