diff options
| author | jakeypearce <[email protected]> | 2015-08-07 16:12:38 +0100 |
|---|---|---|
| committer | jakeypearce <[email protected]> | 2015-08-07 16:12:38 +0100 |
| commit | 636946ca544727b387993dbce5094c704cd61aa7 (patch) | |
| tree | 896eeb74d931fabeb646bd2c39ee206179821892 /windows 95/formcalculator.vb | |
| parent | 5a66fa33aa3ee6cf168bf03a6e106211d39e3d03 (diff) | |
| download | histacom-636946ca544727b387993dbce5094c704cd61aa7.tar.gz histacom-636946ca544727b387993dbce5094c704cd61aa7.tar.bz2 histacom-636946ca544727b387993dbce5094c704cd61aa7.zip | |
Web Chat 1998 modified (not the interface, but the storyline)
Diffstat (limited to 'windows 95/formcalculator.vb')
| -rwxr-xr-x | windows 95/formcalculator.vb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/windows 95/formcalculator.vb b/windows 95/formcalculator.vb index 5e66687..5b8572a 100755 --- a/windows 95/formcalculator.vb +++ b/windows 95/formcalculator.vb @@ -103,6 +103,10 @@ End If
End Sub
+ Private Sub QuitToolStripMenuItem_Click(sender As Object, e As EventArgs)
+
+ End Sub
+
Private Sub look_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles look.Tick
Me.programtopbar.BackColor = Windows95.exampleprogramtopbar.BackColor
Me.programtopbar.BackgroundImage = Windows95.exampleprogramtopbar.BackgroundImage
|
