Results 1 to 2 of 2

Thread: combobox index initialization

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2003
    Posts
    175

    combobox index initialization

    ill make it short
    i have combobox with something around 50 countries i want that the combo will begin with specific country name how should i do that?
    i need the combo to initalized in specific index how do i do that?
    thanks

  2. #2
    Frenzied Member
    Join Date
    Oct 2002
    Location
    Gammapolis
    Posts
    1,474
    VB Code:
    1. combobox1.SelectedIndex=40 ' or what ever index you want

    The index is zero based.

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