Thread: VB Idiot
View Single Post
Old Jan 25th, 2007, 5:18 PM   #2
hbe02
Hobbyist Programmer
 
hbe02's Avatar
 
Join Date: Mar 2006
Location: Lebanon
Posts: 148
Rep Power: 3 hbe02 is on a distinguished road
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
hbe02 is offline   Reply With Quote