We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c946bf commit cd610f0Copy full SHA for cd610f0
2 files changed
KeyLogger/KeyLogger.vbproj
@@ -24,7 +24,7 @@
24
<UpdateRequired>false</UpdateRequired>
25
<MapFileExtensions>true</MapFileExtensions>
26
<WebPage>publish.htm</WebPage>
27
- <ApplicationRevision>2</ApplicationRevision>
+ <ApplicationRevision>3</ApplicationRevision>
28
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
29
<UseApplicationTrust>false</UseApplicationTrust>
30
<PublishWizardCompleted>true</PublishWizardCompleted>
KeyLogger/controlpanel.vb
@@ -25,6 +25,7 @@
Private Sub controlpanel_Load(sender As Object, e As EventArgs) Handles MyBase.Load
+
Label1.Text = "Welcome, " + My.Settings.USER
If My.Settings.mailpass = vbNullString Then
31
Label9.Visible = True
@@ -83,4 +84,5 @@
83
84
End Sub
85
86
87
88
End Class
0 commit comments