elf Posted June 11, 2003 Posted June 11, 2003 preset text will be gone if i click on the textbox Quote
Leaders dynamic_sysop Posted June 11, 2003 Leaders Posted June 11, 2003 Private Sub TextBox2_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles TextBox2.MouseDown If e.Button = MouseButtons.Left Then TextBox2.Text = "" End If End Sub Quote
Madz Posted June 11, 2003 Posted June 11, 2003 just use the ENTER Event of TextBOX and add code textbox.seletall() Quote The one and only Dr. Madz eee-m@il
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.