diff options
| author | Pootis <[email protected]> | 2015-03-01 12:10:55 -0600 |
|---|---|---|
| committer | Pootis <[email protected]> | 2015-03-01 12:10:55 -0600 |
| commit | 36d9b4b9bd23bc3fcb53ce086caff8045c4908ce (patch) | |
| tree | 803e3e1a2edc104e56d23da5064ee3737963b3ab /windows 95/windowsvista.vb | |
| parent | 943883c550e23333b13fee6b5a6becb8a08eebc5 (diff) | |
| download | histacom-36d9b4b9bd23bc3fcb53ce086caff8045c4908ce.tar.gz histacom-36d9b4b9bd23bc3fcb53ce086caff8045c4908ce.tar.bz2 histacom-36d9b4b9bd23bc3fcb53ce086caff8045c4908ce.zip | |
Added webChat2001Installed, other stuff
Diffstat (limited to 'windows 95/windowsvista.vb')
| -rwxr-xr-x | windows 95/windowsvista.vb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/windows 95/windowsvista.vb b/windows 95/windowsvista.vb index 34dc3d8..d8a3545 100755 --- a/windows 95/windowsvista.vb +++ b/windows 95/windowsvista.vb @@ -184,8 +184,12 @@ End Sub
Private Sub taskbartime_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles taskbartime.Click
- Dim showmess As New Windows_Xp_messagebox
- showmess.errormessage.Text = "your save code is: bsdn98e5"
+ Dim showmess As New Windows_Vista_messagebox
+ showmess.errormessage.Text = "your save code is: vistatest"
showmess.Show()
End Sub
+
+ Private Sub desktopicons_SelectedIndexChanged(sender As Object, e As EventArgs) Handles desktopicons.SelectedIndexChanged
+
+ End Sub
End Class
\ No newline at end of file |
