You are on page 1of 2

TOOLBOX LOGIN WITH APLHABETA BUTTON IN VISUAL BASIC NET 2012

1. Download : http://www.mediafire.com/download/kw7b59u53vbfczp/LOGINMASUK.dll 2. Choose Item in ToolBox then Browse LOGINMASUK.dll 3. Example : Input on Login_Load Private Sub LOGIN_Load(sender As Object, e As EventArgs) Handles MyBase.Load Try 'Me.Width = My.Computer.Screen.WorkingArea.Width 'Me.Height = My.Computer.Screen.WorkingArea.Height Dim TinggiForm As Integer = My.Computer.Screen.WorkingArea.Height / 2 Dim LebarForm As Integer = My.Computer.Screen.WorkingArea.Width / 2 LoginLeubuet1.Text = "" LoginLeubuet1.Top = TinggiForm / 2 txtCatatan.Top = LoginLeubuet1.Top - txtCatatan.Height imgWelcome.Top = LoginLeubuet1.Top - imgWelcome.Height LoginLeubuet1.Left = LebarForm txtCatatan.Left = LoginLeubuet1.Left + (LoginLeubuet1.Left / 3.5) 'LoginLeubuet1.Height = TinggiForm - (TinggiForm / 5) 'LoginLeubuet1.Width = LebarForm - (LebarForm / 9) Dim lebar As Integer = ((50 / 100) * Me.Width) Dim Tinggi As Integer = ((50 / 100) * Me.Height) LoginLeubuet1.SizeButton(lebar, Tinggi, "Rockwell", 25, Color.Lime, Color.White) koneksi() Catch ex As Exception MsgBox("Connection is failed", MsgBoxStyle.Critical, "Connection is failed") MsgBox("Server or User Id or Password is Wrong", MsgBoxStyle.RetryCancel, "Your Datasource is Wrong") DATASOURCE.Show() Me.Visible = False End Try End Sub

1. 2. 3. Dim Dim

Download : http://www.mediafire.com/download/qmzzg9kf8mjqyhq/NUMBERBUTTON.dll Choose Item in ToolBox then Browse NUMBERBUTTON.dll Example : Input on Form_Load widhts As Integer = ((50 / 100) * Me.Width) 'My.Computer.Screen.WorkingArea.Width heights As Integer = ((100 / 100) * Me.Height) 'My.Computer.Screen.WorkingArea.Height Numberbutton1.SizeNumberButton(widhts, heights, "Arial", 12, Color.Yellow, Color.White)

Made By Agung Anggara ADDRESS : SUKABUMI-INDONESIA CONTACK : 0266-733082 or 085624872471


http://www.mediafire.com/download/oy77op40yqcgoos/AZIPVersion
1.0.0.2014.exe

AzipVersion1.0.0.2014
http://www.mediafire.com/download/ef4oyfeq4mqud98/AADBVersion1.0.0.2014.exe

AADBVersion1.0.0.2014

You might also like