|
-
Jan 30th, 2010, 10:51 AM
#1
Thread Starter
Junior Member
Can anyone help with this
Public Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Dim player As Integer = 2
End Sub
Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
Dim player As Integer = 3
End Sub
If I click button two it will pass variable player to form2
If I click button three it will pass variable player to form2
can't seem to pass gas much less a variable,, must be brain dead,
need to pass plater to form2
Last edited by Russellhenry23; Jan 30th, 2010 at 10:54 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|