dipacheco 0 Posted March 23, 2011 Report Share Posted March 23, 2011 Qnd dou duplo clique num item duma listbox e quero associar um evento... como posso saber o index do item em que dei duplo clique??? Link to post Share on other sites
Andrepereira9 4 Posted March 23, 2011 Report Share Posted March 23, 2011 Podes utilizar o evento Private Sub ListBox1_MouseDoubleClick(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles ListBox1.MouseDoubleClick MsgBox(ListBox1.SelectedIndex) End Sub A informática chegou para resolver problemas que antes não existiam Quem ri por último é porque está conectado a 52 Kbs. Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now