summaryrefslogtreecommitdiff
path: root/windows 95/Internet Explorer 52001.vb
diff options
context:
space:
mode:
authorjakeypearce <[email protected]>2015-03-19 19:39:44 +0000
committerjakeypearce <[email protected]>2015-03-19 19:39:44 +0000
commit5a66fa33aa3ee6cf168bf03a6e106211d39e3d03 (patch)
tree3a2116e06446e7f941f8dfcf0c1b114e4d026534 /windows 95/Internet Explorer 52001.vb
parent01a3011ef2fc1878863cf4e9e9324e23e96b1ad5 (diff)
parentabf7b2348417391c7e1a03fa66f01e46b202885e (diff)
downloadhistacom-5a66fa33aa3ee6cf168bf03a6e106211d39e3d03.tar.gz
histacom-5a66fa33aa3ee6cf168bf03a6e106211d39e3d03.tar.bz2
histacom-5a66fa33aa3ee6cf168bf03a6e106211d39e3d03.zip
Merge branch 'master' of https://github.com/Histacom/HistacomMac_OS_X_Tiger
Diffstat (limited to 'windows 95/Internet Explorer 52001.vb')
-rwxr-xr-xwindows 95/Internet Explorer 52001.vb5
1 files changed, 2 insertions, 3 deletions
diff --git a/windows 95/Internet Explorer 52001.vb b/windows 95/Internet Explorer 52001.vb
index 6c72b7d..04e3ee1 100755
--- a/windows 95/Internet Explorer 52001.vb
+++ b/windows 95/Internet Explorer 52001.vb
@@ -243,7 +243,7 @@
Dim maximize As Boolean
Private Sub programtopbar_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles programtopbar.MouseDown
- If moveable = True Then
+ If moveable Then
If e.Button = MouseButtons.Left Then
programtopbar.Capture = False
Const WM_NCLBUTTONDOWN As Integer = &HA1S
@@ -253,7 +253,6 @@
New IntPtr(HTCAPTION), IntPtr.Zero)
Me.DefWndProc(msg)
End If
- Else
End If
End Sub
@@ -300,7 +299,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 = Windows2000.desktopicons.Height - Me.Height
mexlocation = Windows2000.desktopicons.Width - Me.Width
mewidth = Me.Width