This code is not directly related to Messenger, however, I'm sure it can be of some use in almost any program that uses Richedit controls and as it also comes from Messenger Plus!, I thought it would have its place here . This class puts Windows XP Theme support in richedit controls so that you don't see their native ugly borders.
quote:Originally posted by Mike2
Doesnt calling the InitCommonControlsEx api and then putting a manifest file in your program's resource, do that?
I guess it doesnt...
Posts: 4566 Reputation: 50
37 / /
Joined: Dec 2002
RE: XP Theme support for Richedit controls
quote:Originally posted by Mike2
Doesnt calling the InitCommonControlsEx api and then putting a manifest file in your program's resource, do that?
I guess it doesnt...
Not for every control... Plus has had the xp themes manifest since 1.42b but rich text boxes have been unstyled until now.