diff options
| author | Jamie Mansfield <malgm@lapis.blue> | 2015-03-01 10:50:24 +0000 |
|---|---|---|
| committer | Jamie Mansfield <malgm@lapis.blue> | 2015-03-01 10:50:24 +0000 |
| commit | dfac3489c438f5c54bff088a354815e79675b531 (patch) | |
| tree | dafec547b0e8592e34d8aa756c9500407ebc3c1b /windows 95/time travel year display.vb | |
| download | histacom-dfac3489c438f5c54bff088a354815e79675b531.tar.gz histacom-dfac3489c438f5c54bff088a354815e79675b531.tar.bz2 histacom-dfac3489c438f5c54bff088a354815e79675b531.zip | |
Initial commit
Diffstat (limited to 'windows 95/time travel year display.vb')
| -rwxr-xr-x | windows 95/time travel year display.vb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/windows 95/time travel year display.vb b/windows 95/time travel year display.vb new file mode 100755 index 0000000..fdba7fb --- /dev/null +++ b/windows 95/time travel year display.vb @@ -0,0 +1,7 @@ +Public Class time_travel_year_display
+
+ Private Sub time_travel_year_display_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
+ Me.FormBorderStyle = Windows.Forms.FormBorderStyle.None
+ Me.WindowState = FormWindowState.Maximized
+ End Sub
+End Class
\ No newline at end of file |
