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
TingKun Tiong
NA
7
0
C# Window ComboBox highlight Default Text Displayed
Sep 2 2009 7:41 PM
Hi, I have a comboBox and it was a number of values. On Form_Activated event I will pick the first item in the comBoBox and assigned it to ComBoBox.Text (default Text displayed). Afte that I need to highlight the default text display with a color so that user can see that the text is selected. Example: dialedNumberComboBox.Focus(); if (dialedNumberComboBox.Items.Count > 0) { dialedNumberComboBox.Text = (dialedNumberComboBox.Items[0]).ToString(); // Here I need to highlight the text in dialedNumberComboBox.Text } Thanks.
Reply
Answers (
2
)
add images to contextmenustrip
Datagridview Checkbox column Problem