I want to call the button events. here is the similarity of what I want.
NB the following code is not working it just the sample to show what I want the code to look like.
if Button1.Clicked = True Then
' Do my thing
End If
So my problem is to call the Click handler. I don't want this please.
Private Sub Button1_Click(ByVal............)................Click
End Sub
Hope my Question is clear.