I have been trying to get some functionality out of this and to be honest I haven't got anywhere with it.
Is there such an animal using a double click to do something?Code:Private Sub Button1_DoubleClick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.DoubleClick 'Do something here End Sub
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....




Reply With Quote