Si es Visual Basic 2008 Express
Ayudame :l Porfavor
Ayudame :l Porfavor
Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes MenúPrivate Sub Timer1_Timer()
If GetAsyncKeyState(vbKeyF1) = -32767 Then
'Timer1.Start()
Timer1.enabled = True
End If
If GetAsyncKeyState(vbKeyF2) = -32767 Then
'Timer1.Stop()
Timer1.enabled = False
End If
End Sub
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Fondo
Inherits System.Windows.Forms.Form
'Form reemplaza a Dispose para limpiar la lista de componentes.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Requerido por el Diseñador de Windows Forms
Private components As System.ComponentModel.IContainer
'NOTA: el Diseñador de Windows Forms necesita el siguiente procedimiento
'Se puede modificar usando el Diseñador de Windows Forms.
'No lo modifique con el editor de código.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Fondo))
Me.Copyright = New System.Windows.Forms.Label
Me.BotónActivar = New System.Windows.Forms.Button
Me.BotónDesactivar = New System.Windows.Forms.Button
Me.SuspendLayout()
'
'Copyright
'
Me.Copyright.AutoSize = True
Me.Copyright.Font = New System.Drawing.Font("Arial", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Copyright.Location = New System.Drawing.Point(12, 279)
Me.Copyright.Name = "Copyright"
Me.Copyright.Size = New System.Drawing.Size(386, 18)
Me.Copyright.TabIndex = 0
Me.Copyright.Text = "Creado por xZeerO.- o The.Killer.xP [ BoomBang.CL ]"
'
'BotónActivar
'
Me.BotónActivar.AccessibleDescription = "Activa ZeroClick y Comienza a Clickear!"
Me.BotónActivar.Cursor = System.Windows.Forms.Cursors.Hand
Me.BotónActivar.Font = New System.Drawing.Font("Arial", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.BotónActivar.Location = New System.Drawing.Point(12, 192)
Me.BotónActivar.Name = "BotónActivar"
Me.BotónActivar.Size = New System.Drawing.Size(133, 59)
Me.BotónActivar.TabIndex = 1
Me.BotónActivar.Text = "Activar [ F1 ]"
Me.BotónActivar.UseVisualStyleBackColor = True
'
'BotónDesactivar
'
Me.BotónDesactivar.AccessibleDescription = "Desactiva ZeroClick y Deja de Clickear!"
Me.BotónDesactivar.Cursor = System.Windows.Forms.Cursors.Hand
Me.BotónDesactivar.Font = New System.Drawing.Font("Arial", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.BotónDesactivar.Location = New System.Drawing.Point(213, 192)
Me.BotónDesactivar.Name = "BotónDesactivar"
Me.BotónDesactivar.Size = New System.Drawing.Size(168, 59)
Me.BotónDesactivar.TabIndex = 2
Me.BotónDesactivar.Text = "Desactivar [ F2 ]"
Me.BotónDesactivar.UseVisualStyleBackColor = True
'
'Fondo
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image)
Me.ClientSize = New System.Drawing.Size(393, 297)
Me.Controls.Add(Me.BotónDesactivar)
Me.Controls.Add(Me.BotónActivar)
Me.Controls.Add(Me.Copyright)
Me.Cursor = System.Windows.Forms.Cursors.Default
Me.Name = "Fondo"
Me.Text = "Form1"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Copyright As System.Windows.Forms.Label
Friend WithEvents BotónActivar As System.Windows.Forms.Button
Friend WithEvents BotónDesactivar As System.Windows.Forms.Button
End Class