Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Label with Windows background
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00928846
Message ID:
00928959
Views:
33
>I found the problem. It's because I have Themes=.T. at the pageframe level. So, that changes the view of the backcolor of the pageframe control but its backcolor value doesn't change. Do you know what to do with that?

You will have to use windows Theme API under XP:
*HTHEME GetWindowTheme(HWND hWnd)
DECLARE Integer GetWindowTheme IN uxtheme.dll Integer

*COLORREF GetThemeSysColor(HTHEME hTheme,int iColorID);
DECLARE Integer GetThemeSysColor IN uxtheme.dll Integer,Integer
I haven't used these myself, so you will have to figure out the details yourself.


Hope this helps.
Dawa Tsering


"Do not let any unwholesome talk come out of your mouths,
but only what is helpful for building others up according to their needs,
that it may benefit those who listen."

- Ephesians 4:29-30 NIV

Dare to Question -- Care to Answer

Time is like water in a sponge, as long as you are willing you can always squeeze some.

--Lu Xun, Father of Modern Chinese Literature

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform