Skip to content

Commit cd610f0

Browse files
committed
Bug Fixes
1 parent 4c946bf commit cd610f0

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

KeyLogger/KeyLogger.vbproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<UpdateRequired>false</UpdateRequired>
2525
<MapFileExtensions>true</MapFileExtensions>
2626
<WebPage>publish.htm</WebPage>
27-
<ApplicationRevision>2</ApplicationRevision>
27+
<ApplicationRevision>3</ApplicationRevision>
2828
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
2929
<UseApplicationTrust>false</UseApplicationTrust>
3030
<PublishWizardCompleted>true</PublishWizardCompleted>

KeyLogger/controlpanel.vb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626

2727
Private Sub controlpanel_Load(sender As Object, e As EventArgs) Handles MyBase.Load
28+
2829
Label1.Text = "Welcome, " + My.Settings.USER
2930
If My.Settings.mailpass = vbNullString Then
3031
Label9.Visible = True
@@ -83,4 +84,5 @@
8384
End Sub
8485

8586

87+
8688
End Class

0 commit comments

Comments
 (0)