Oppure

Loading
16/04/10 16:15
fsfilippo
se io metto questo
  If e.KeyCode = Keys.Up Then
            PictureBox1.Top = PictureBox1.Top - 10
        End If
        If e.KeyCode = Keys.Down Then
            PictureBox1.Top = PictureBox1.Top + 10
        End If
        If e.KeyCode = Keys.Left Then
            PictureBox1.Left = PictureBox1.Left - 10
        End If
        If e.KeyCode = Keys.Right Then
            PictureBox1.Left = PictureBox1.Left + 10

la picturebox si muove se io metto anche una lineshape nel form la p. non si muove piu xk ?
aaa
16/04/10 17:33
Dopo un bel po' di post, scopriamo che programmi in VB.NET e non in VB6 come richiederebbe l'uso di questo forum ... :noway:
16/04/10 17:55
fsfilippo
eh si scusa non ho specificato
aaa
16/04/10 18:01
GrG
posta in ".net world"
aaa