Board index » cppbuilder » Manifest support
JD
![]() CBuilder Developer |
JD
![]() CBuilder Developer |
Manifest support2004-02-19 05:48:13 PM cppbuilder65 One would think that since DrawFrameControl is a win api that it would support xp manifest but it does not. Is there a way to force it to do so? If not, how does one include xp manifest support into a component? ~ JD |
David Scheffel [Novaris Software]
![]() CBuilder Developer |
2004-02-19 10:51:12 PM
Re:Manifest support
You might have a look at
clk.about.com/ %2FThemeManager.php "JD" < XXXX@XXXXX.COM >schrieb im Newsbeitrag Quote
|
Remy Lebeau (TeamB)
![]() CBuilder Developer |
2004-02-20 03:13:26 AM
Re:Manifest support
"JD" < XXXX@XXXXX.COM >wrote in message
QuoteOne would think that since DrawFrameControl is a win api If you are writing your own custom-drawn control, then you must manually determing whether 1) XP is even present to begin with, and 2) whether Themes are currently enabled or not. If both are true, then you need to call the UxTheme API functions instead. Have a look at thefollowing articles for more information: Using Windows XP Visual Styles msdn.microsoft.com/library/en-us/shellcc/platform/commctls/userex/cookbook.asp Visual Styles Reference msdn.microsoft.com/library/en-us/shellcc/platform/commctls/userex/refentry.asp Gambit {smallsort} |
Remy Lebeau (TeamB)
![]() CBuilder Developer |
2004-02-20 03:14:10 AM
Re:Manifest support
"David Scheffel [Novaris Software]" < XXXX@XXXXX.COM >wrote in
message news:4034cd7c$ XXXX@XXXXX.COM ... QuoteYou might have a look at Gambit |