Results 1 to 3 of 3

Thread: Combo Box events..

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2000
    Posts
    49

    Combo Box events..

    Only just started with VB.Net.....

    What is the event I use in .Net to invoke some code when the value in a combobox has changed?

    Thanks

    Ian

  2. #2
    Registered User jkw119's Avatar
    Join Date
    Oct 2001
    Location
    Pittsburgh
    Posts
    256
    VB Code:
    1. Private Sub ComboBox11_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles ComboBox11.SelectedIndexChanged
    2.  
    3. End Sub

  3. #3

    Thread Starter
    Member
    Join Date
    Oct 2000
    Posts
    49
    Thanks for that!

    I had tried using that but it seemed to take a long time to kick in whereas a button click was immediate. Any clues?

    Thanks

    Ian

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