Public Class Form 1 Dim butt as integer=0 Dim crack as integer=0 #Region "Keep the paddle and score labels in the correct position when the form is resized." Private Sub pongMain_SizeChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.SizeChanged paddlePlayer.Location = New Point(Me.Width - 44, paddlePlayer.Location.Y) plrScoreDraw.Location = New Point(Me.Width - 54, plrScoreDraw.Location.Y) End Sub #End Region
And I don't know what else to put!!! Please help!!!
Mod Edit:
Added in code tags. When you are posting code please use code tags like below.

New Topic/Question
Reply




MultiQuote



|