Contents Vb.Net tools Focus Color ( Textbox,Combobox and others) Private Sub focus_Enter(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles txt_partyname.Enter, _ cb_partydist.Enter, _ cb_partycity.Enter, _ txt_partyadd.Enter, _ txt_partyphone.Enter, _ txt_partypin.Enter, _ txt_partygstno.Enter, _ txt_partypan.Enter ' Dim tb As TextBox = sender ' Dim cb As ComboBox = sender ' tb.BackColor = Color.LightPink ' cb.BackColor = Color.LightPink DirectCast(sender, Control).BackColor = Color.LightPink End Sub Private Sub focus_Leave(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles txt_pa...
Simplify your business and personal tasks with daily tech tips! Discover top website and company reviews for an easier life.