summaryrefslogtreecommitdiff
path: root/windows 95/windowsvista.vb
diff options
context:
space:
mode:
authorAShifter <[email protected]>2015-03-01 13:38:45 -0700
committerAShifter <[email protected]>2015-03-01 13:38:45 -0700
commitaab93e75e4d8e3c70b76cd41831915e0e626cd8d (patch)
treea88ee72dc941624502278327f2f9e21dfc7b4c8f /windows 95/windowsvista.vb
parent36d9b4b9bd23bc3fcb53ce086caff8045c4908ce (diff)
downloadhistacom-aab93e75e4d8e3c70b76cd41831915e0e626cd8d.tar.gz
histacom-aab93e75e4d8e3c70b76cd41831915e0e626cd8d.tar.bz2
histacom-aab93e75e4d8e3c70b76cd41831915e0e626cd8d.zip
Made a new start menu, please continue as it is still super buggy and combine with the new icons.
Diffstat (limited to 'windows 95/windowsvista.vb')
-rwxr-xr-xwindows 95/windowsvista.vb18
1 files changed, 11 insertions, 7 deletions
diff --git a/windows 95/windowsvista.vb b/windows 95/windowsvista.vb
index d8a3545..2019a24 100755
--- a/windows 95/windowsvista.vb
+++ b/windows 95/windowsvista.vb
@@ -124,8 +124,6 @@
Private Sub PictureBox1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles startbutton.Click
startmenu.Show()
- usernamestart.Text = mainname
- templetevista.Show()
End Sub
Private Sub PropertiesToolStripMenuItem1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PropertiesToolStripMenuItem1.Click
@@ -165,7 +163,7 @@
taskbartime.Text = Format(Now, "hh:mm") & " " & ampm
End Sub
- Private Sub NotepadToolStripMenuItem_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NotepadToolStripMenuItem.Click
+ Private Sub NotepadToolStripMenuItem_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs)
Dim opennotepad As New notepadxp
opennotepad.Show()
startmenu.Hide()
@@ -177,19 +175,25 @@
startmenu.Hide()
End Sub
- Private Sub TimeDistorter03ToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TimeDistorter03ToolStripMenuItem.Click
+ Private Sub TimeDistorter03ToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)
Dim timedistorter03 As New timedistorter032002xp
timedistorter03.Show()
startmenu.Hide()
End Sub
Private Sub taskbartime_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles taskbartime.Click
- Dim showmess As New Windows_Vista_messagebox
- showmess.errormessage.Text = "your save code is: vistatest"
- showmess.Show()
+ MsgBox("your savecode is: vistatest")
End Sub
Private Sub desktopicons_SelectedIndexChanged(sender As Object, e As EventArgs) Handles desktopicons.SelectedIndexChanged
End Sub
+
+ Private Sub Panel2_Paint(ByVal sender As System.Object, ByVal e As System.Windows.Forms.PaintEventArgs) Handles Panel2.Paint
+
+ End Sub
+
+ Private Sub startmenuitems_ItemClicked(ByVal sender As System.Object, ByVal e As System.Windows.Forms.ToolStripItemClickedEventArgs) Handles startmenuitems.ItemClicked
+
+ End Sub
End Class \ No newline at end of file