Aplikasi Cuti Mahasiswa
1.Form Login
Public Class Form_Login
Public database As New OleDb.OleDbConnection
Public a As New OleDb.OleDbCommand
Public b As OleDb.OleDbDataReader
Sub Kosong()
TextBox1.Text = ""
TextBox2.Text = ""
TextBox1.Focus()
End Sub
Sub netral()
Button1.Text = "LOGIN"
Button2.Text = "BATAL"
Button1.Enabled = True
Button2.Enabled = True
TextBox1.Enabled = True
End Sub