diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-12-11 18:46:40 -0500 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-12-11 18:46:40 -0500 |
| commit | f6252a83c6c637d85ab7392b86a519d57957940b (patch) | |
| tree | 45bba228256db3e6dedb5c492be31f1b7a706320 /AleeOS/AleeOS Install.vb | |
| download | AleeOS-VB-f6252a83c6c637d85ab7392b86a519d57957940b.tar.gz AleeOS-VB-f6252a83c6c637d85ab7392b86a519d57957940b.tar.bz2 AleeOS-VB-f6252a83c6c637d85ab7392b86a519d57957940b.zip | |
Diffstat (limited to 'AleeOS/AleeOS Install.vb')
| -rw-r--r-- | AleeOS/AleeOS Install.vb | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/AleeOS/AleeOS Install.vb b/AleeOS/AleeOS Install.vb new file mode 100644 index 0000000..6904596 --- /dev/null +++ b/AleeOS/AleeOS Install.vb @@ -0,0 +1,45 @@ +Imports System +Imports System.IO +Imports System.Text +Imports System.Net.Mail + +Public Class Form5 + Public actualaleeversion As String = "0.0.1 Beta 4" + Dim newgame As Boolean = True + Dim tcount As Integer = 0 + Dim rtext As String + Dim gtexttotype As String + Dim charcount As Integer + Dim currentletter As Integer + Dim slashcount As Integer + Dim lblhackwords As Object + Dim conversationcount As Integer = 0 + Dim textgeninput As Object + Dim textgen As Integer + Dim TextType As Boolean + Dim di As DirectoryInfo + Dim needtoclose As Boolean = False + Dim oldversion As String + Public upgraded As Boolean = False + + Dim fs As FileStream + Dim sw As StreamWriter + Dim hackeffect As Integer + Dim percentcount As Integer + Dim cdrive As System.IO.DriveInfo + + Private Sub Form5_Load(sender As Object, e As EventArgs) Handles MyBase.Load + + aleeosinstalltimer.Start() + + End Sub + + Private Sub aleeosinstalltimer_Tick(sender As Object, e As EventArgs) Handles aleeosinstalltimer.Tick + + + End Sub + + Private Sub TextBox1_TextChanged(sender As Object, e As EventArgs) Handles TextBox1.TextChanged + + End Sub +End Class
\ No newline at end of file |
