Advertisement
PlajariKode

Form Load - Form Login

Nov 28th, 2018
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.18 KB | None | 0 0
  1. Private Sub Form_Login_Load(sender As Object, e As EventArgs) Handles MyBase.Load
  2.         txtUname.Focus()
  3.         txtUname.Clear()
  4.         txtUname.ForeColor = Color.Black
  5.     End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement