Search results for query: *

  1. I

    making pictureboxes into an array

    How do I make a control array out of a bunch of picture boxes? this is my code: If picPerson.Top > (PictureBox2.Top - picPerson.Height) Then If snggrav >= 0 Then snggrav = 0 End If End If but I need it to apply to something like picPerson.Top >...
  2. I

    Keydown procedure?

    How can you set the keydown procedure in vb.net? I need snggrav to be equal to -30 when up is pressed. am i on the right track? this is all the code i have pretaining to it Private Sub Form1_Keydown(ByVal keycode As Integer, ByVal shift As Integer) Select Case Keys.KeyCode Case Keys.Up...
Back
Top