From 3effaf9fc0b5fc2b90b684a07797ee4c9e42fc97 Mon Sep 17 00:00:00 2001 From: PSNAppZ Date: Tue, 30 Jun 2015 22:01:16 +0530 Subject: [PATCH] First Official Release --- KeyLogger/KeyLogger.vbproj | 2 +- KeyLogger/Menu.Designer.vb | 13 ------------- KeyLogger/Menu.vb | 2 +- 3 files changed, 2 insertions(+), 15 deletions(-) diff --git a/KeyLogger/KeyLogger.vbproj b/KeyLogger/KeyLogger.vbproj index 5b0d5f2..1f63e72 100644 --- a/KeyLogger/KeyLogger.vbproj +++ b/KeyLogger/KeyLogger.vbproj @@ -24,7 +24,7 @@ false true publish.htm - 3 + 4 1.1.0.%2a false true diff --git a/KeyLogger/Menu.Designer.vb b/KeyLogger/Menu.Designer.vb index f6b48ee..fab53a4 100644 --- a/KeyLogger/Menu.Designer.vb +++ b/KeyLogger/Menu.Designer.vb @@ -36,7 +36,6 @@ Partial Class Menu Me.Label1 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.PictureBox4 = New System.Windows.Forms.PictureBox() - Me.Button3 = New System.Windows.Forms.Button() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox7, System.ComponentModel.ISupportInitialize).BeginInit() @@ -188,16 +187,6 @@ Partial Class Menu Me.PictureBox4.TabIndex = 10 Me.PictureBox4.TabStop = False ' - 'Button3 - ' - Me.Button3.Font = New System.Drawing.Font("Kristen ITC", 8.25!, System.Drawing.FontStyle.Bold) - Me.Button3.Location = New System.Drawing.Point(333, 314) - Me.Button3.Name = "Button3" - Me.Button3.Size = New System.Drawing.Size(81, 30) - Me.Button3.TabIndex = 13 - Me.Button3.Text = "Forgot All" - Me.Button3.UseVisualStyleBackColor = True - ' 'Menu ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) @@ -205,7 +194,6 @@ Partial Class Menu Me.BackColor = System.Drawing.Color.Black Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image) Me.ClientSize = New System.Drawing.Size(752, 490) - Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.PictureBox7) @@ -245,5 +233,4 @@ Partial Class Menu Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents PictureBox4 As System.Windows.Forms.PictureBox - Friend WithEvents Button3 As System.Windows.Forms.Button End Class diff --git a/KeyLogger/Menu.vb b/KeyLogger/Menu.vb index a189e98..9a723e1 100644 --- a/KeyLogger/Menu.vb +++ b/KeyLogger/Menu.vb @@ -66,7 +66,7 @@ Me.Hide() End Sub - Private Sub Button3_Click_1(sender As Object, e As EventArgs) Handles Button3.Click + Private Sub Button3_Click_1(sender As Object, e As EventArgs) MsgBox("Your ID:" + My.Settings.USER + "Your Pass:" + My.Settings.PASSWORD) End Sub End Class \ No newline at end of file