changing text color and tooltip of texts in a CListBox control
-
I want to change the text color and add some tooltip to the texts in the CListBox control. I am adding the strings to the list as follows:
CListBox m_drivelist;
m_drivelist.AddString(str);Apurv “Never trust a computer you can’t throw out a window.” (Steve Wozniak) “There are only two industries that refer to their customers as ‘users’.” (Edward Tufte)
-
I want to change the text color and add some tooltip to the texts in the CListBox control. I am adding the strings to the list as follows:
CListBox m_drivelist;
m_drivelist.AddString(str);Apurv “Never trust a computer you can’t throw out a window.” (Steve Wozniak) “There are only two industries that refer to their customers as ‘users’.” (Edward Tufte)
apr~asp wrote:
I want to change the text color...the texts in the CListBox control.
See here.
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons