I would recommend reading a little tutorial first
http://www.functionx.com/vbnet/Lesson01.htm
also Nobody will look at ur code unless you post the code in Code tags so please do.
delete empty SUBS like these
Private Sub xCommissionLabel_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles xCommissionLabel.Click
End Sub
when you compile it will give you another error because u just deleted that line, so delete the line where that error occurs..
you can skip to lesson 3 of the tutorial linked above