TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
ahsan ashfaq
NA
14
0
textbox color change
Nov 10 2009 1:38 AM
i m using vs 2005 framework 2.0
i have simple c# application
in my form i have 5 textboxes
what i want to do is to change the color of the textbox when it is clicked
textBox1.BackColor = Color.LightGoldenrodYellow;
i have done it through by writing the above code in click event of each textbox
now i want to write only one code which detects which textbox is clicked and appropriately changes the color of one clicked
regards
ahsan ashfaq
Reply
Answers (
3
)
Multi User Video Conference using c#windows application
How to convert Object type to DateTime type?