|
From: Joe E. <jen...@fl...> - 2004-10-17 04:04:14
|
Joi Osoy wrote: > Is it possible to have the text appear disabled in > labels on Win32? By disabled I mean with the > sunken-like relief it has on Win32 (see "Uninstall" > button in the image below : > > http://www.degutis.com/computers/dotnet/dotnet%20tcpip%20uninstall%20disabled > .JPG > > If not, are there any plans to do so? There's some code that tries to do this, but it's currently #ifdef'ed out since I couldn't get DrawThemeText() to work properly. Hopefully someone with a better understanding of (or more patience with :-) the Win32 API can get this working. Search for BROKEN_TEXT_ELEMENT in win/xpTheme.c for a starting point. --Joe English jen...@fl... |