|
-
Jun 11th, 2003, 05:45 PM
#1
Thread Starter
Lively Member
Combobox click event
Ok since I started using vb.net I have failed to make the click event on a combobox fire. I have till this point been able to getaway with using other events for my deired result. Now, I can not. Does anyone have any clue what it takes to make a click event fire in vb.net?
Private Sub Combobox1_click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Database.SelectedIndexChanged
End Sub
Does not work
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|