Button1_Click question [Resolved]
I have been trying to get some functionality out of this and to be honest I haven't got anywhere with it.
Code:
Private Sub Button1_DoubleClick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.DoubleClick
'Do something here
End Sub
Is there such an animal using a double click to do something?
What I am trying to do is use one button when clicked once it will do one thing and when double clicked it will do something else.
My guess would be that there is an If Then used in some way if there isn't a straight Sub for it.
Any suggestions....