starting with visual basic
Go to solution
Solved by madknight3,
It looks like your button events are unfinished. Incorrect parameters and no event handle
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click ' Code hereEnd Sub
In the designer, you should just be able to double click on the button which is a shortcut for the click event method in code.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now