Form Pendaftaran
(VB Design) VB Coding : Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim result As Integer result = MsgBox("Anda yakin?", MsgBoxStyle.OkCancel + MsgBoxStyle.Information, "") txnama.Text = "" txtempat.Text = "" tanggal.Text = "" bulan.Text = "" tahun.Text = "" txalamat.Text = "" goldar.Text = "" txno.Text = "" txnama.Focus() End Sub Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Me.Close() End Sub Private Sub txnama_Key...