| | |
How Vb.NET Textbox background color change when TabStop come?
Please support our VB.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Jun 2006
Posts: 1
Reputation:
Solved Threads: 0
I have 3 textbox. I want to change Background color when cursor go there, other wise there will be no change.
How can i do this?
My mail address pretom82@hotmail.com
How can i do this?
My mail address pretom82@hotmail.com
•
•
Join Date: Dec 2002
Posts: 461
Reputation:
Solved Threads: 56
Try this:
VB.NET Syntax (Toggle Plain Text)
Private Sub ChangeBackcolorRed(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.MouseEnter, TextBox2.MouseEnter, TextBox3.MouseEnter sender.backcolor = Color.Blue End Sub Private Sub ChangeBackcolorWhite(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.MouseLeave, TextBox2.MouseLeave, TextBox3.MouseLeave sender.backcolor = Color.White End Sub
![]() |
Similar Threads
- iframe background color - pls help (HTML and CSS)
- CComboBox Background Color Change Needed (C)
- Not able to set the background color of JComponent (Java)
- HTML 3.2 table background color (HTML and CSS)
- VS 2005 ListViews not holding background color (C#)
- Color change problem (Java)
- Javascript event & color change problem (JavaScript / DHTML / AJAX)
Other Threads in the VB.NET Forum
- Previous Thread: SQL Tables export
- Next Thread: Activate Mouse Scroll In Crystal Report
| Thread Tools | Search this Thread |
.net .net2008 2005 2008 access account arithmetic array basic beginner bing browser button buttons center check code crystalreport cuesent data database datagrid datagridview date datetimepicker designer dissertation dissertations dissertationtopic dropdownlist excel fade file-dialog filter forms ftp generatetags google hardcopy html images input insert intel internet mobile monitor net networking objects open output panel passingparameters pdf picturebox picturebox1 port position print printing problem save searchbox searchvb.net select serial settings shutdown soap sqlserver survey table tcp temperature text textbox timer timespan toolbox transparency trim update user vb vb.net vb.netformclosing()eventpictureboxmessagebox vb2008 vba vbnet visual visualbasic visualbasic.net visualstudio.net visualstudio2008 web winforms wpf wrapingcode year





