vote up 0 vote down star

Hi everybody!

I want to draw some listview items disabled and would like to mimic the appearance of a disabled standard Windows listbox. Which colors does it use? I can't find anything in my reference chart :-) or with Google.

Edit: Shortly after posting the obvious occurred to me - it seems to be COLOR_GRAYTEXT.

flag

2 Answers

vote up 0 vote down

I think you can just disable it and it will show browser default, and my guess is IE uses the same style as Windows (if not, a screenshot would be nice..)

<select disabled/><option...

Like this: Disabled select

link|flag
I'm talking about a desktop app. Sorry for being unclear. – Ulrich Gerhardt Feb 4 at 15:45
Do you know a possibility to post an attachment on stackoferflow? – Ulrich Gerhardt Feb 4 at 15:51
vote up 0 vote down check

I'm answering my own question to be able to close that issue (i.e. accept an answer).

A disabled windows listbox draws clGrayText on clWindow/COLOR_GRAYTEXT on COLOR_WINDOW.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.