diff options
| author | jakeypearce <[email protected]> | 2015-03-19 19:39:44 +0000 |
|---|---|---|
| committer | jakeypearce <[email protected]> | 2015-03-19 19:39:44 +0000 |
| commit | 5a66fa33aa3ee6cf168bf03a6e106211d39e3d03 (patch) | |
| tree | 3a2116e06446e7f941f8dfcf0c1b114e4d026534 /windows 95/timedistorter032002xp.vb | |
| parent | 01a3011ef2fc1878863cf4e9e9324e23e96b1ad5 (diff) | |
| parent | abf7b2348417391c7e1a03fa66f01e46b202885e (diff) | |
| download | histacom-Mac_OS_X_Tiger.tar.gz histacom-Mac_OS_X_Tiger.tar.bz2 histacom-Mac_OS_X_Tiger.zip | |
Merge branch 'master' of https://github.com/Histacom/HistacomMac_OS_X_Tiger
Diffstat (limited to 'windows 95/timedistorter032002xp.vb')
| -rwxr-xr-x | windows 95/timedistorter032002xp.vb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/windows 95/timedistorter032002xp.vb b/windows 95/timedistorter032002xp.vb index b0da4c1..d8a6c35 100755 --- a/windows 95/timedistorter032002xp.vb +++ b/windows 95/timedistorter032002xp.vb @@ -7,7 +7,7 @@ Dim maximize As Boolean
Private Sub programtopbar_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles top.MouseDown
- If moveable = True Then
+ If moveable Then
If e.Button = MouseButtons.Left Then
top.Capture = False
Const WM_NCLBUTTONDOWN As Integer = &HA1S
@@ -17,7 +17,6 @@ New IntPtr(HTCAPTION), IntPtr.Zero)
Me.DefWndProc(msg)
End If
- Else
End If
End Sub
@@ -64,7 +63,7 @@ End Sub
Private Sub maximizebutton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles maximizebutton.Click
- If maximize = False Then
+ If Not maximize Then
meylocation = Windowsxp2002damaged.desktopicons.Height - Me.Height
mexlocation = Windowsxp2002damaged.desktopicons.Width - Me.Width
mewidth = Me.Width
@@ -212,7 +211,7 @@ countdown.Text = countdownnum
commandpromptxp.TextBox1.Text = commandpromptxp.TextBox1.Text + ("The Hidden Hacker: Ok... you chose the year 2000." & Environment.NewLine)
End If
- If timergo = True Then
+ If timergo Then
countdown.Text = countdownnum
End If
|
