Visual Estudio 2010

Páginas: 2 (272 palabras) Publicado: 7 de enero de 2013
Public Class Form1 'Jaime Adan Rodriguez Bueno Aguilar'
Private Sub Label1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Label1.Click

Dim Ay As IntegerDim Ax As Integer

For Ax = 12 To 209 Step +2
Me.PictureBox1.Location = New Point(Ax, Me.PictureBox1.Location.Y)

Next

For Ay = 562 To 509 Step -2Me.PictureBox1.Location = New Point(Me.PictureBox1.Location.X, Ay)
Next

For Ax = 209 To 156 Step -2
Me.PictureBox1.Location = New Point(Ax,Me.PictureBox1.Location.Y)
Next
For Ay = 509 To 457 Step -2
Me.PictureBox1.Location = New Point(Me.PictureBox1.Location.X, Ay)
Next

For Ax = 156 To 267 Step +2Me.PictureBox1.Location = New Point(Ax, Me.PictureBox1.Location.Y)
Next
For Ay = 457 To 405 Step -2
Me.PictureBox1.Location = New Point(Me.PictureBox1.Location.X,Ay)
Next
For Ax = 267 To 315 Step +2
Me.PictureBox1.Location = New Point(Ax, Me.PictureBox1.Location.Y)
Next
For Ay = 405 To 300 Step -2Me.PictureBox1.Location = New Point(Me.PictureBox1.Location.X, Ay)
Next
For Ax = 315 To 370 Step +2
Me.PictureBox1.Location = New Point(Ax, Me.PictureBox1.Location.Y)Next
For Ay = 300 To 63 Step -2
Me.PictureBox1.Location = New Point(Me.PictureBox1.Location.X, Ay)
Next
For Ax = 370 To 457 Step +2Me.PictureBox1.Location = New Point(Ax, Me.PictureBox1.Location.Y)
Next
End Sub

Private Sub PictureBox1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) HandlesPictureBox1.Click
Me.PictureBox1.Location = New Point(12, 562)
End Sub

Private Sub PictureBox1_Move(ByVal sender As Object, ByVal e As System.EventArgs) Handles PictureBox1.Move..
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • Visual estudio 2010
  • Estudios visuale
  • Visual Basic 2010
  • Intro Visual Developer 2010
  • Visual Studio 2010
  • Visual Basic 2010 Condicionales
  • crear setup en visual 2010
  • Creando instaladores en visual studio 2010

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS