From 6337ebe79a71f4434e50733b9426fbacc01bf5c6 Mon Sep 17 00:00:00 2001 From: Jamie Mansfield Date: Sat, 7 Mar 2015 19:48:26 +0000 Subject: Use the 'Not' operator --- windows 95/2002 virus labels.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'windows 95/2002 virus labels.vb') diff --git a/windows 95/2002 virus labels.vb b/windows 95/2002 virus labels.vb index 3ea801e..ac8f8b8 100755 --- a/windows 95/2002 virus labels.vb +++ b/windows 95/2002 virus labels.vb @@ -1,7 +1,7 @@ Public Class _2002_virus_labels Dim white As Boolean = True Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick - If white = True Then + If white Then original.ForeColor = Color.Black white = False Else -- cgit v1.2.3