It was pretty simple in VB6 to invoke the 'click' event of a command button (i.e.; btnNext_Click).

I am having difficulty trying to do the same think in VS2008.

I am getting errors at line btnNext_Click():

Error 1 Argument not specified for parameter 'e' of 'Private Sub btnNext_Click(sender As Object, e As System.EventArgs)'.


Error 2 Argument not specified for parameter 'sender' of 'Private Sub btnNext_Click(sender As Object, e As System.EventArgs)'.