home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form Form1
- Caption = "Ejemplo del m
- todo Move"
- ClientHeight = 4140
- ClientLeft = 1140
- ClientTop = 1515
- ClientWidth = 7305
- Height = 4545
- Left = 1080
- LinkTopic = "Form1"
- ScaleHeight = 4140
- ScaleWidth = 7305
- Top = 1170
- Width = 7425
- Begin VB.Image Image1
- Height = 480
- Left = 120
- Picture = "Mover.frx":0000
- Top = 120
- Width = 480
- End
- Attribute VB_Name = "Form1"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- Private Sub Image1_Click()
- Image1.Move Image1.Left + 240, Image1.Top + 240
- End Sub
-